[cmake-commits] martink committed TestForSSTREAM.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 15 14:50:20 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv498/Modules

Modified Files:
	TestForSSTREAM.cmake 
Log Message:
ENH: minor doc cleanups and an example of documenting a variable


Index: TestForSSTREAM.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/TestForSSTREAM.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TestForSSTREAM.cmake	14 Jun 2006 16:28:29 -0000	1.2
+++ TestForSSTREAM.cmake	15 Oct 2007 18:50:18 -0000	1.3
@@ -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")



More information about the Cmake-commits mailing list