fixed linking zmq

This commit is contained in:
Erik Frojdh
2019-02-13 15:35:40 +01:00
parent 82584dd1a8
commit d46d96ecca
6 changed files with 8 additions and 10 deletions

View File

@ -47,8 +47,6 @@ find_package(Doxygen)
find_package(ZeroMQ 4 REQUIRED)
message("zeromq found: ${ZeroMQ_VERSION_MAJOR} ${ZeroMQ_VERSION_MINOR}")
if (USE_TESTS)
enable_testing()
endif(USE_TESTS)