diff options
author | Brad King <brad.king@kitware.com> | 2012-08-30 15:06:15 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-30 15:06:15 (GMT) |
commit | a4c47fe0c7d518e180aef3d130c4d57e105d94ba (patch) | |
tree | ff3d205b50d6e9d7a0ecd4e3e5889c86b5763eb1 /Tests/CMakeTests | |
parent | 3e72df14845fff7830701a9fd8d587968ad43d4a (diff) | |
parent | e5fee8a7c2873531c8e8e8ee991e8d0697f9bf73 (diff) | |
download | CMake-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 'Tests/CMakeTests')
-rw-r--r-- | Tests/CMakeTests/ToolchainTest.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/ToolchainTest.cmake.in b/Tests/CMakeTests/ToolchainTest.cmake.in index c010fca..96e7196 100644 --- a/Tests/CMakeTests/ToolchainTest.cmake.in +++ b/Tests/CMakeTests/ToolchainTest.cmake.in @@ -6,7 +6,7 @@ macro(MARK_AS_ADVANCED) endmacro() # set this to a place where we are allowed to write -set(CMAKE_PLATFORM_ROOT_BIN "${CMAKE_CURRENT_BINARY_DIR}") +set(CMAKE_PLATFORM_INFO_DIR "${CMAKE_CURRENT_BINARY_DIR}") # don't run the compiler detection set(CMAKE_C_COMPILER_ID_RUN 1) |