summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestCXXCompiler.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-02-14 15:50:43 (GMT)
committerBrad King <brad.king@kitware.com>2008-02-14 15:50:43 (GMT)
commit8375bb4768f29f595c66140b77dd6b01713afb79 (patch)
tree5d54956cd0334079e21c58ded1d139cb299c76fa /Modules/CMakeTestCXXCompiler.cmake
parente4a1823f4356685202f7bbe988e9b5c8062436d3 (diff)
downloadCMake-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/CMakeTestCXXCompiler.cmake')
-rw-r--r--Modules/CMakeTestCXXCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCXXCompiler.cmake b/Modules/CMakeTestCXXCompiler.cmake
index 9c2305f..47a315a 100644
--- a/Modules/CMakeTestCXXCompiler.cmake
+++ b/Modules/CMakeTestCXXCompiler.cmake
@@ -36,7 +36,7 @@ ELSE(NOT CMAKE_CXX_COMPILER_WORKS)
SET(CMAKE_CXX_COMPILER_WORKS 1 CACHE INTERNAL "")
IF(CMAKE_CXX_COMPILER_FORCED)
- # The compiler was forced by the CMAKE_FORCE_CXX_COMPILER macro.
+ # The compiler configuration was forced by the user.
# Assume the user has configured all compiler information.
ELSE(CMAKE_CXX_COMPILER_FORCED)
# Try to identify the ABI and configure it into CMakeCXXCompiler.cmake