[cmake-commits] king committed CMakeLists.txt 1.62 1.63

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 5 08:56:01 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command.  This addresses bug #3462.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/CMakeLists.txt,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- CMakeLists.txt	22 Sep 2006 15:49:56 -0000	1.62
+++ CMakeLists.txt	5 Oct 2006 12:55:59 -0000	1.63
@@ -91,8 +91,8 @@
 # Specify include and lib dirs 
 # (BEFORE is for coverage)
 #
+INCLUDE_DIRECTORIES(SYSTEM Library)
 INCLUDE_DIRECTORIES(
-  Library
   ${Complex_SOURCE_DIR}/../../Source
   ${Complex_BINARY_DIR}/../../Source
 )
@@ -101,7 +101,7 @@
   ${Complex_BINARY_DIR}
 )
 
-INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^cmMissing")
+INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile|test).*$" "^cmMissing")
 
 LINK_DIRECTORIES(
   ${Complex_BINARY_DIR}/Library



More information about the Cmake-commits mailing list