BUG: Use @ONLY substitution to configure CMakeSystem.cmake.

This commit is contained in:
Brad King 2007-05-20 10:08:38 -04:00
parent fe1f147dc0
commit daca282db4
1 changed files with 1 additions and 1 deletions

View File

@ -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)