[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/ExternalOBJ
In directory public:/mounts/ram/cvs-serv19425/ExternalOBJ

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/ExternalOBJ/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CMakeLists.txt	24 Mar 2006 14:15:05 -0000	1.5
+++ CMakeLists.txt	18 May 2007 19:11:20 -0000	1.6
@@ -61,4 +61,4 @@
   )
 
 # Build an executable using the external object file.
-ADD_EXECUTABLE(executable executable.cxx ${CUSTOM_OBJECT})
+ADD_EXECUTABLE(ExternalOBJ executable.cxx ${CUSTOM_OBJECT})



More information about the Cmake-commits mailing list