From 1ae24c15c30b128af342f3b55e684a621d15ed7b Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 27 Nov 2006 16:15:28 -0500 Subject: ENH: use correct project name --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 0a1a2cb..ba5051a 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -397,7 +397,7 @@ IF(BUILD_TESTING) --build-two-config --build-generator ${CMAKE_TEST_GENERATOR} --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} - --build-project TestTar + --build-project TargetName --test-command ${CMAKE_COMMAND} -E compare_files ${CMake_SOURCE_DIR}/Tests/TargetName/scripts/hello_world ${CMake_BINARY_DIR}/Tests/TargetName/scripts/hello_world) -- cgit v0.12