[cmake-commits] hoffman committed CMakeLists.txt 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Sat May 19 10:10:31 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/LoadCommand
In directory public:/mounts/ram/cvs-serv2988/LoadCommand

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: fix project name for test


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/LoadCommand/CMakeLists.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- CMakeLists.txt	21 Jul 2006 18:02:37 -0000	1.18
+++ CMakeLists.txt	19 May 2007 14:10:29 -0000	1.19
@@ -1,4 +1,4 @@
-PROJECT(LoadedCommand)
+PROJECT(LoadCommand)
 
 # set a definition
 SET (TEST_COMMAND_TEST1 1)



More information about the Cmake-commits mailing list