[cmake-commits] martink committed CMakeLists.txt 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 18 15:11:22 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/MacroTest
In directory public:/mounts/ram/cvs-serv19425/MacroTest

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/MacroTest/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CMakeLists.txt	25 Oct 2006 14:58:30 -0000	1.5
+++ CMakeLists.txt	18 May 2007 19:11:20 -0000	1.6
@@ -1,5 +1,5 @@
 # a simple C only test case
-PROJECT (littleMacroTest)
+PROJECT (MacroTest)
 
 SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
 



More information about the Cmake-commits mailing list