From 35d226703c3299abed55c526c6756e11c961f857 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Thu, 7 Feb 2019 14:06:49 +0100 Subject: [PATCH] Renaming target "test" to "cpp_units_test" to satisfy CMP0037 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 413f4b2..b302a7b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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 )