From 4b92b89664086e3b5e38e53b325aa88e0b42a6d4 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 9 Aug 2007 11:05:32 -0400 Subject: BUG: work with spaces in the path Alex --- Modules/CMakeSystemWithToolchainFile.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CMakeSystemWithToolchainFile.cmake.in b/Modules/CMakeSystemWithToolchainFile.cmake.in index 6bf3b15..aba5cf3 100644 --- a/Modules/CMakeSystemWithToolchainFile.cmake.in +++ b/Modules/CMakeSystemWithToolchainFile.cmake.in @@ -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@") -- cgit v0.12