[cmake-commits] king committed CMakeLists.txt 1.54 1.55

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 2 12:01:22 EDT 2006


Update of /cvsroot/CMake/CMake/Tests/Complex/Executable
In directory public:/mounts/ram/cvs-serv10085/Tests/Complex/Executable

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/Executable/CMakeLists.txt,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- CMakeLists.txt	2 Oct 2006 15:14:00 -0000	1.54
+++ CMakeLists.txt	2 Oct 2006 16:01:20 -0000	1.55
@@ -102,7 +102,7 @@
 )
 
 # Test creating an executable that is not built by default.
-ADD_EXECUTABLE(notInAllExe NOT_IN_ALL notInAllExe.cxx)
+ADD_EXECUTABLE(notInAllExe EXCLUDE_FROM_ALL notInAllExe.cxx)
 TARGET_LINK_LIBRARIES(notInAllExe notInAllLib)
 
 # Test creating a custom target that builds not-in-all targets.



More information about the Cmake-commits mailing list