mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
b1d4955065
Setting EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH variables is deprecated
6 lines
107 B
CMake
6 lines
107 B
CMake
macro (zmq_set_with_default var value)
|
|
if (NOT ${var})
|
|
set(${var} "${value}")
|
|
endif ()
|
|
endmacro ()
|