1. 13 May, 2015 1 commit
  2. 11 Feb, 2014 1 commit
    • Josh Blum's avatar
      fix libzmq.pc generation under cmake · b1471da5
      Josh Blum authored
      The ${libdir} was getting replaced/removed by configure_file() making pkg-config give bad flags: -L -lzmq
      My fix was to add @ONLY to configure_file() so ${} style pkg-config substitutions are left alone.
      In addition, I put the other typical ${} substitutions back into the libzmq.pc, since its now safe.
      b1471da5
  3. 02 Jan, 2013 1 commit