Renaming target "test" to "cpp_units_test" to satisfy CMP0037

master
Denes Matetelki 6 years ago
parent 576a5af701
commit 35d226703c

@ -46,7 +46,7 @@ if(CXXTEST_FOUND)
target_link_libraries(testCppUtils CppUtils gcov)
endif()
add_custom_target( test
add_custom_target( cpp_utils_test
COMMAND ./tools/run_test.sh ./testCppUtils
DEPENDS testCppUtils
)

Loading…
Cancel
Save