mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
BUG: Use @ONLY substitution to configure CMakeSystem.cmake.
This commit is contained in:
@@ -108,5 +108,5 @@ FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
|
||||
# configure variables set in this file for fast reload
|
||||
CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeSystem.cmake.in
|
||||
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeSystem.cmake
|
||||
IMMEDIATE)
|
||||
IMMEDIATE @ONLY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user