[cmake-commits] hoffman committed CMakeLists.txt 1.307 1.308

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 27 16:15:30 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv29401

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: use correct project name


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -d -r1.307 -r1.308
--- CMakeLists.txt	27 Nov 2006 20:14:42 -0000	1.307
+++ CMakeLists.txt	27 Nov 2006 21:15:28 -0000	1.308
@@ -397,7 +397,7 @@
     --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)



More information about the Cmake-commits mailing list