[cmake-commits] king committed CMakeLists.txt 1.36 1.37

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/Library
In directory public:/mounts/ram/cvs-serv10085/Tests/Complex/Library

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/Library/CMakeLists.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- CMakeLists.txt	2 Oct 2006 15:14:00 -0000	1.36
+++ CMakeLists.txt	2 Oct 2006 16:01:20 -0000	1.37
@@ -104,7 +104,7 @@
 INSTALL_FILES(/tmp .cxx ${Complex_BINARY_DIR}/cmTestConfigure.h)
 
 # Test creating a library that is not built by default.
-ADD_LIBRARY(notInAllLib NOT_IN_ALL notInAllLib.cxx)
+ADD_LIBRARY(notInAllLib EXCLUDE_FROM_ALL notInAllLib.cxx)
 
 # Test generation of preprocessed sources.
 IF("${CMAKE_GENERATOR}" MATCHES "Makefile" AND CMAKE_MAKE_PROGRAM)



More information about the Cmake-commits mailing list