summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-27 21:15:28 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-27 21:15:28 (GMT)
commit1ae24c15c30b128af342f3b55e684a621d15ed7b (patch)
tree8e2058cf1e95404a3d0269e54c978226edf57553
parentf2e8fd06c2c2db4ff69bfd7449425bd088c6b920 (diff)
downloadCMake-1ae24c15c30b128af342f3b55e684a621d15ed7b.zip
CMake-1ae24c15c30b128af342f3b55e684a621d15ed7b.tar.gz
CMake-1ae24c15c30b128af342f3b55e684a621d15ed7b.tar.bz2
ENH: use correct project name
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)