diff options
Diffstat (limited to 'Modules/CMakeSystemWithToolchainFile.cmake.in')
-rw-r--r-- | Modules/CMakeSystemWithToolchainFile.cmake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeSystemWithToolchainFile.cmake.in b/Modules/CMakeSystemWithToolchainFile.cmake.in index b86a810..e308956 100644 --- a/Modules/CMakeSystemWithToolchainFile.cmake.in +++ b/Modules/CMakeSystemWithToolchainFile.cmake.in @@ -1,5 +1,5 @@ - -INCLUDE("@CMAKE_TOOLCHAIN_FILE@") +# the following file has been configured from @CMAKE_TOOLCHAIN_FILE@ +INCLUDE(@_OWN_DIR@/CMakeToolchainFile.cmake) # set CMAKE_SYSTEM to the CMAKE_SYSTEM_NAME SET(CMAKE_SYSTEM ${CMAKE_SYSTEM_NAME}) |