[cmake-commits] hoffman committed TestForANSIForScope.cmake 1.14 1.15

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 17 17:57:59 EST 2007


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

Modified Files:
	TestForANSIForScope.cmake 
Log Message:
STYLE: fix doc string


Index: TestForANSIForScope.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/TestForANSIForScope.cmake,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- TestForANSIForScope.cmake	14 Jun 2006 16:28:29 -0000	1.14
+++ TestForANSIForScope.cmake	17 Dec 2007 22:57:57 -0000	1.15
@@ -1,6 +1,6 @@
 # - Check for ANSI for scope support
 # Check if the compiler supports std:: on stl classes.
-#  CMAKE_NO_STD_NAMESPACE - holds result
+#  CMAKE_NO_ANSI_FOR_SCOPE - holds result
 #
 
 IF("CMAKE_ANSI_FOR_SCOPE" MATCHES "^CMAKE_ANSI_FOR_SCOPE$")



More information about the Cmake-commits mailing list