diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/brew/Brewfile | 1 | ||||
-rw-r--r-- | contrib/depends/toolchain.cmake.in | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/brew/Brewfile b/contrib/brew/Brewfile index 1fdf45cfe..8459c41a1 100644 --- a/contrib/brew/Brewfile +++ b/contrib/brew/Brewfile @@ -20,7 +20,6 @@ brew "boost" brew "openssl" brew "hidapi" brew "zmq" -brew "libpgm" brew "unbound" brew "libsodium" brew "miniupnpc" diff --git a/contrib/depends/toolchain.cmake.in b/contrib/depends/toolchain.cmake.in index 2634423ab..cb1aafeeb 100644 --- a/contrib/depends/toolchain.cmake.in +++ b/contrib/depends/toolchain.cmake.in @@ -43,9 +43,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@) SET(BOOST_INCLUDEDIR @prefix@/include) |