summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestCCompiler.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-02-14 10:50:43 -0500
committerBrad King <brad.king@kitware.com>2008-02-14 10:50:43 -0500
commit8375bb4768f29f595c66140b77dd6b01713afb79 (patch)
tree5d54956cd0334079e21c58ded1d139cb299c76fa /Modules/CMakeTestCCompiler.cmake
parente4a1823f4356685202f7bbe988e9b5c8062436d3 (diff)
downloadcmake-8375bb4768f29f595c66140b77dd6b01713afb79.tar.gz
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.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCCompiler.cmake b/Modules/CMakeTestCCompiler.cmake
index 4499e60e3c..0eac2fc006 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