[cmake-commits] martink committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 7 11:03:59 EST 2007


Update of /cvsroot/CMake/CMake/Tests/NewlineArgs
In directory public:/mounts/ram/cvs-serv23575/Tests/NewlineArgs

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/NewlineArgs/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	6 Mar 2007 19:52:39 -0000	1.1
+++ CMakeLists.txt	7 Mar 2007 16:03:57 -0000	1.2
@@ -4,8 +4,8 @@
 add_definitions("-DTEST_FLAG_1
 -DTEST_FLAG_2")
 
-include_directories("${newlineargs_BINARY_DIR} 
-${newlineargs_SOURCE_DIR}")
+include_directories(" ${newlineargs_BINARY_DIR} 
+ ${newlineargs_SOURCE_DIR} ")
 
 configure_file("${newlineargs_SOURCE_DIR}/libcxx2.h.in" 
   "${newlineargs_BINARY_DIR}/libcxx2.h")



More information about the Cmake-commits mailing list