mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
12 lines
362 B
Diff
12 lines
362 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -223,7 +223,7 @@ if( ZMQPP_BUILD_TESTS )
|
|
src/tests/test_proxy.cpp
|
|
)
|
|
target_link_libraries( zmqpp-test-runner ${LIB_TO_LINK_TO_EXAMPLES} ${Boost_LIBRARIES})
|
|
- add_test( zmqpp-test zmqpp-test-runner --log-level=test-suite )
|
|
+ add_test( zmqpp-test zmqpp-test-runner --log_level=test_suite )
|
|
endif()
|
|
|
|
|