[cmake-commits] alex committed CMakeSystemWithToolchainFile.cmake.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 9 11:05:34 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv6509

Modified Files:
	CMakeSystemWithToolchainFile.cmake.in 
Log Message:

BUG: work with spaces in the path

Alex


Index: CMakeSystemWithToolchainFile.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeSystemWithToolchainFile.cmake.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CMakeSystemWithToolchainFile.cmake.in	5 Jun 2007 14:28:43 -0000	1.4
+++ CMakeSystemWithToolchainFile.cmake.in	9 Aug 2007 15:05:32 -0000	1.5
@@ -1,5 +1,5 @@
 # the following file has been configured from @CMAKE_TOOLCHAIN_FILE@ 
-INCLUDE(@_OWN_DIR@/CMakeToolchainFile.cmake)
+INCLUDE("@_OWN_DIR@/CMakeToolchainFile.cmake")
 
 SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@")
 SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@")



More information about the Cmake-commits mailing list