aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb3ed41f..c569cbe9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -260,7 +260,7 @@ list(APPEND CRYSTFEL_EXECUTABLES indexamajig)
if ( ZMQ_FOUND )
target_include_directories(indexamajig PRIVATE ${ZMQ_INCLUDE_DIR})
- target_link_libraries(indexamajig ${ZMQ_LIBRARIES})
+ target_link_libraries(indexamajig ${ZMQ_LDFLAGS})
endif ()