summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-09 15:05:32 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-09 15:05:32 (GMT)
commit4b92b89664086e3b5e38e53b325aa88e0b42a6d4 (patch)
tree6327aa30104e1e665f8a958e4c87d1e78614c33a
parentfeeb93cbd885a74dee03daadf91ccb27def0ecdd (diff)
downloadCMake-4b92b89664086e3b5e38e53b325aa88e0b42a6d4.zip
CMake-4b92b89664086e3b5e38e53b325aa88e0b42a6d4.tar.gz
CMake-4b92b89664086e3b5e38e53b325aa88e0b42a6d4.tar.bz2
BUG: work with spaces in the path
Alex
-rw-r--r--Modules/CMakeSystemWithToolchainFile.cmake.in2
1 files changed, 1 insertions, 1 deletions
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@")