diff options
Diffstat (limited to 'Modules/TestForSTDNamespace.cmake')
-rw-r--r-- | Modules/TestForSTDNamespace.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForSTDNamespace.cmake b/Modules/TestForSTDNamespace.cmake index 20bdaa1..e0991ef 100644 --- a/Modules/TestForSTDNamespace.cmake +++ b/Modules/TestForSTDNamespace.cmake @@ -1,6 +1,6 @@ # - Test for std:: namespace support # check if the compiler supports std:: on stl classes -# CMAKE_NO_STD_NAMESPACE - defined according to the results +# CMAKE_NO_STD_NAMESPACE - defined by the results # IF("CMAKE_STD_NAMESPACE" MATCHES "^CMAKE_STD_NAMESPACE$") MESSAGE(STATUS "Check for STD namespace") |