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

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 5 12:04:32 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Test -isystem without affecting other tests.  Made separate Library/SystemDir for this purpose.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/CMakeLists.txt,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- CMakeLists.txt	5 Oct 2006 12:55:59 -0000	1.63
+++ CMakeLists.txt	5 Oct 2006 16:04:29 -0000	1.64
@@ -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
 )
@@ -100,6 +100,7 @@
 INCLUDE_DIRECTORIES(BEFORE
   ${Complex_BINARY_DIR}
 )
+INCLUDE_DIRECTORIES(SYSTEM Library/SystemDir)
 
 INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile|test).*$" "^cmMissing")
 



More information about the Cmake-commits mailing list