summaryrefslogtreecommitdiff
path: root/Modules/TestForANSIForScope.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-12-14 13:51:08 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2005-12-14 13:51:08 -0500
commitb7fa820118d6989ca4d77dbfcc972c2e903bfe2a (patch)
treea5605c468a458597fff5f17485fad8cd85856e1b /Modules/TestForANSIForScope.cmake
parent805d365d479a916acf2c5638809fb046fc28dc97 (diff)
downloadcmake-b7fa820118d6989ca4d77dbfcc972c2e903bfe2a.tar.gz
ENH: add documentation support for modules
Diffstat (limited to 'Modules/TestForANSIForScope.cmake')
-rw-r--r--Modules/TestForANSIForScope.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake
index 2ca2634134..ca41cca5ec 100644
--- a/Modules/TestForANSIForScope.cmake
+++ b/Modules/TestForANSIForScope.cmake
@@ -1,7 +1,6 @@
-#
-# check if the compiler supports std:: on stl classes
-#
-# CMAKE_NO_STD_NAMESPACE - defined accoreding to the results
+# - Check for ANSI for scope support
+# Check if the compiler supports std:: on stl classes.
+# CMAKE_NO_STD_NAMESPACE - holds result
#
IF("CMAKE_ANSI_FOR_SCOPE" MATCHES "^CMAKE_ANSI_FOR_SCOPE$")