summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCCompiler.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-08-30 15:06:15 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-30 15:06:15 (GMT)
commita4c47fe0c7d518e180aef3d130c4d57e105d94ba (patch)
treeff3d205b50d6e9d7a0ecd4e3e5889c86b5763eb1 /Modules/CMakeDetermineCCompiler.cmake
parent3e72df14845fff7830701a9fd8d587968ad43d4a (diff)
parente5fee8a7c2873531c8e8e8ee991e8d0697f9bf73 (diff)
downloadCMake-a4c47fe0c7d518e180aef3d130c4d57e105d94ba.zip
CMake-a4c47fe0c7d518e180aef3d130c4d57e105d94ba.tar.gz
CMake-a4c47fe0c7d518e180aef3d130c4d57e105d94ba.tar.bz2
Merge topic 'cmake-platform-info-version'
e5fee8a Store ABI detection results in compiler information files 3df81b4 Move CMAKE_<LANG>_COMPILER_WORKS to compiler information files 7195aca Make platform information files specific to the CMake version
Diffstat (limited to 'Modules/CMakeDetermineCCompiler.cmake')
-rw-r--r--Modules/CMakeDetermineCCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCCompiler.cmake b/Modules/CMakeDetermineCCompiler.cmake
index 47d9493..275fc47 100644
--- a/Modules/CMakeDetermineCCompiler.cmake
+++ b/Modules/CMakeDetermineCCompiler.cmake
@@ -169,7 +169,7 @@ if(MSVC_C_ARCHITECTURE_ID)
endif()
# configure variables set in this file for fast reload later on
configure_file(${CMAKE_ROOT}/Modules/CMakeCCompiler.cmake.in
- "${CMAKE_PLATFORM_ROOT_BIN}/CMakeCCompiler.cmake"
+ ${CMAKE_PLATFORM_INFO_DIR}/CMakeCCompiler.cmake
@ONLY IMMEDIATE # IMMEDIATE must be here for compatibility mode <= 2.0
)
set(CMAKE_C_COMPILER_ENV_VAR "CC")