mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
This commit is contained in:
@@ -70,10 +70,10 @@ IF(CMAKE_SYSTEM_VERSION)
|
||||
ENDIF(CMAKE_SYSTEM_VERSION)
|
||||
|
||||
|
||||
FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeOutput.log
|
||||
FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeOutput.log
|
||||
"The system is: ${CMAKE_SYSTEM_NAME} - ${CMAKE_SYSTEM_VERSION} - ${CMAKE_SYSTEM_PROCESSOR}\n")
|
||||
|
||||
# configure variables set in this file for fast reload
|
||||
CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeSystem.cmake.in
|
||||
${CMAKE_BINARY_DIR}/CMakeSystem.cmake IMMEDIATE)
|
||||
${CMAKE_BINARY_DIR}/CMakeFiles/CMakeSystem.cmake IMMEDIATE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user