We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cb883 commit 7e4fb88Copy full SHA for 7e4fb88
test/CMakeLists.txt
@@ -94,6 +94,6 @@ if(WIN32)
94
endif(WIN32)
95
96
add_executable(agent_test ${test_srcs} ${test_headers})
97
-target_link_libraries(agent_test ${LibXML2_LIBRARIES} ${CPPUNIT_LIBRARY} ${LINUX_LIBRARIES})
98
-
+target_link_libraries(agent_test ${LibXML2_LIBRARIES} ${CPPUNIT_LIBRARY} ${LINUX_LIBRARIES})
+set_target_properties(agent_test PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD_RELEASE 1)
99
0 commit comments