add libzmq
This commit is contained in:
5
3rd/libzmq/builds/cmake/Modules/ZMQSupportMacros.cmake
Normal file
5
3rd/libzmq/builds/cmake/Modules/ZMQSupportMacros.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
macro (zmq_set_with_default var value)
|
||||
if (NOT ${var})
|
||||
set(${var} "${value}")
|
||||
endif ()
|
||||
endmacro ()
|
||||
Reference in New Issue
Block a user