diff options
author | Brad King <brad.king@kitware.com> | 2008-02-14 15:50:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-02-14 15:50:43 (GMT) |
commit | 8375bb4768f29f595c66140b77dd6b01713afb79 (patch) | |
tree | 5d54956cd0334079e21c58ded1d139cb299c76fa /Modules/CMakeTestCCompiler.cmake | |
parent | e4a1823f4356685202f7bbe988e9b5c8062436d3 (diff) | |
download | CMake-8375bb4768f29f595c66140b77dd6b01713afb79.zip CMake-8375bb4768f29f595c66140b77dd6b01713afb79.tar.gz CMake-8375bb4768f29f595c66140b77dd6b01713afb79.tar.bz2 |
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
Diffstat (limited to 'Modules/CMakeTestCCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestCCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCCompiler.cmake b/Modules/CMakeTestCCompiler.cmake index 4499e60..0eac2fc 100644 --- a/Modules/CMakeTestCCompiler.cmake +++ b/Modules/CMakeTestCCompiler.cmake @@ -43,7 +43,7 @@ ELSE(NOT CMAKE_C_COMPILER_WORKS) SET(CMAKE_C_COMPILER_WORKS 1 CACHE INTERNAL "") IF(CMAKE_C_COMPILER_FORCED) - # The compiler was forced by the CMAKE_FORCE_C_COMPILER macro. + # The compiler configuration was forced by the user. # Assume the user has configured all compiler information. ELSE(CMAKE_C_COMPILER_FORCED) # Try to identify the ABI and configure it into CMakeCCompiler.cmake |