summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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@")