diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-05-03 00:48:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-05-03 00:48:24 +0100 |
commit | 4029d621150ffef5352953f6f8647958e628a1d1 (patch) | |
tree | c52dc12f94b7b4b8ac2e1e0e2a4a07e2d0784a09 /contrib/depends/toolchain.cmake.in | |
parent | Merge pull request #6451 (diff) | |
download | monero-4029d621150ffef5352953f6f8647958e628a1d1.tar.xz |
build: rely on pkg-config to find zmqdev/beber/pgm
if zmq was built with libnorm, libproto or libpgm, pkg-config can inform
us directly instead of having to find them.
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/toolchain.cmake.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/depends/toolchain.cmake.in b/contrib/depends/toolchain.cmake.in index 2634423ab..2a0fb261a 100644 --- a/contrib/depends/toolchain.cmake.in +++ b/contrib/depends/toolchain.cmake.in @@ -44,7 +44,6 @@ endif() endif() SET(ZMQ_INCLUDE_PATH @prefix@/include) -SET(ZMQ_LIB @prefix@/lib/libzmq.a) SET(Boost_IGNORE_SYSTEM_PATH ON) SET(BOOST_ROOT @prefix@) |