diff options
Diffstat (limited to 'Modules/CMakeTestCXXCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestCXXCompiler.cmake | 2 |
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 |