summaryrefslogtreecommitdiff
path: root/Modules/TestForSSTREAM.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-10-15 14:50:18 -0400
committerKen Martin <ken.martin@kitware.com>2007-10-15 14:50:18 -0400
commitb63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3 (patch)
tree89ba9f500e1b779e2e07abc40a57aa32b8bc4ff6 /Modules/TestForSSTREAM.cmake
parentc8e832dcf5d1477192e19bf521f684c953d7751d (diff)
downloadcmake-b63ff2fb6f9e73c4d909c4b7fd5d07b25f916ce3.tar.gz
ENH: minor doc cleanups and an example of documenting a variable
Diffstat (limited to 'Modules/TestForSSTREAM.cmake')
-rw-r--r--Modules/TestForSSTREAM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForSSTREAM.cmake b/Modules/TestForSSTREAM.cmake
index 55afbc3a48..1884bf24db 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")