diff options
Diffstat (limited to 'Modules/TestForSSTREAM.cmake')
-rw-r--r-- | Modules/TestForSSTREAM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForSSTREAM.cmake b/Modules/TestForSSTREAM.cmake index 55afbc3..1884bf2 100644 --- a/Modules/TestForSSTREAM.cmake +++ b/Modules/TestForSSTREAM.cmake @@ -1,6 +1,6 @@ # # - Test for std:: namespace support # check if the compiler supports std:: on stl classes -# CMAKE_NO_STD_NAMESPACE - defined by the results +# CMAKE_NO_ANSI_STRING_STREAM - defined by the results # IF("CMAKE_HAS_ANSI_STRING_STREAM" MATCHES "^CMAKE_HAS_ANSI_STRING_STREAM$") MESSAGE(STATUS "Check for sstream") |