BUG: Use @ONLY substitution to configure CMakeSystem.cmake.
This commit is contained in:
parent
fe1f147dc0
commit
daca282db4
|
@ -108,5 +108,5 @@ FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
|
||||||
# configure variables set in this file for fast reload
|
# configure variables set in this file for fast reload
|
||||||
CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeSystem.cmake.in
|
CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeSystem.cmake.in
|
||||||
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeSystem.cmake
|
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeSystem.cmake
|
||||||
IMMEDIATE)
|
IMMEDIATE @ONLY)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue