bugfix cmake zeromq

This commit is contained in:
Erik Frojdh
2022-04-19 20:11:31 +02:00
parent 086d22f1a3
commit e1642cf37c
2 changed files with 23 additions and 15 deletions

View File

@ -6,7 +6,7 @@ function(custom_find_zmq)
message(STATUS "Looking for ZeroMQ in: ${ZeroMQ_HINT}")
find_package(ZeroMQ 4
NO_DEFAULT_PATH
HINTS ${ZeroMQ_DIR}
HINTS ${ZeroMQ_HINT}
)
else()
find_package(ZeroMQ 4 QUIET)