diff options
author | Brad King <brad.king@kitware.com> | 2017-04-05 14:15:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-04-05 14:15:40 (GMT) |
commit | 820af5f7974734e78db9896b4f182d667a491c4f (patch) | |
tree | d470f13e1ba1deaf2f0b7d55e6fa7a439a107e42 /Modules/CMakeCCompiler.cmake.in | |
parent | 4046cb2d109bb91a16f53962219ad25c80d30755 (diff) | |
parent | 73934188446d2f8b149d5458008e1b267b37c3d9 (diff) | |
download | CMake-820af5f7974734e78db9896b4f182d667a491c4f.zip CMake-820af5f7974734e78db9896b4f182d667a491c4f.tar.gz CMake-820af5f7974734e78db9896b4f182d667a491c4f.tar.bz2 |
Merge topic 'lang-specific-binutils'
73934188 Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !656
Diffstat (limited to 'Modules/CMakeCCompiler.cmake.in')
-rw-r--r-- | Modules/CMakeCCompiler.cmake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in index 102ab69..974a579 100644 --- a/Modules/CMakeCCompiler.cmake.in +++ b/Modules/CMakeCCompiler.cmake.in @@ -15,9 +15,9 @@ set(CMAKE_C_SIMULATE_VERSION "@CMAKE_C_SIMULATE_VERSION@") @SET_MSVC_C_ARCHITECTURE_ID@ @SET_CMAKE_XCODE_CURRENT_ARCH@ set(CMAKE_AR "@CMAKE_AR@") -set(CMAKE_GCC_AR "@CMAKE_GCC_AR@") +set(CMAKE_C_COMPILER_AR "@CMAKE_C_COMPILER_AR@") set(CMAKE_RANLIB "@CMAKE_RANLIB@") -set(CMAKE_GCC_RANLIB "@CMAKE_GCC_RANLIB@") +set(CMAKE_C_COMPILER_RANLIB "@CMAKE_C_COMPILER_RANLIB@") set(CMAKE_LINKER "@CMAKE_LINKER@") set(CMAKE_COMPILER_IS_GNUCC @CMAKE_COMPILER_IS_GNUCC@) set(CMAKE_C_COMPILER_LOADED 1) |