We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d397e8 commit 51a03edCopy full SHA for 51a03ed
CMakeLists.txt
@@ -153,3 +153,6 @@ pybind11_add_module(_dqrobotics
153
if(APPLE)
154
target_link_libraries(_dqrobotics PRIVATE cppzmq)
155
endif()
156
+if(UNIX AND NOT APPLE)
157
+ target_link_libraries(_dqrobotics PRIVATE zmq)
158
+endif()
0 commit comments