diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-15 18:50:18 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-15 18:50:18 (GMT) |
commit | b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3 (patch) | |
tree | 89ba9f500e1b779e2e07abc40a57aa32b8bc4ff6 /Modules/TestForSSTREAM.cmake | |
parent | c8e832dcf5d1477192e19bf521f684c953d7751d (diff) | |
download | CMake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.zip CMake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.tar.gz CMake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.tar.bz2 |
ENH: minor doc cleanups and an example of documenting a variable
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") |