mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
This commit is contained in:
@@ -63,5 +63,5 @@ ENDIF(CMAKE_SYSTEM_VERSION)
|
||||
|
||||
# configure variables set in this file for fast reload
|
||||
CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeSystem.cmake.in
|
||||
${PROJECT_BINARY_DIR}/CMakeSystem.cmake IMMEDIATE)
|
||||
${CMAKE_BINARY_DIR}/CMakeSystem.cmake IMMEDIATE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user