Browse Source

STYLE: fix doc string

Bill Hoffman 18 years ago
parent
commit
0e33a166a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/TestForANSIForScope.cmake

+ 1 - 1
Modules/TestForANSIForScope.cmake

@@ -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$")