mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-17 11:05:06 +02:00
Problem: libzmq builds with tests
libzmq build with default settings now which build all the tests and performance tools. This is not required for cppzmq build and slows down it only. Solution: disable tests build for libzmq and make it release only.
This commit is contained in:
@@ -15,7 +15,8 @@ target_link_libraries(
|
||||
cppzmq
|
||||
)
|
||||
|
||||
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
|
||||
target_include_directories(demo PRIVATE ${cppzmq_INCLUDE_DIR}
|
||||
${ZeroMQ_INCLUDE_DIR})
|
||||
|
||||
add_test(
|
||||
NAME
|
||||
|
Reference in New Issue
Block a user