From b7fa820118d6989ca4d77dbfcc972c2e903bfe2a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 14 Dec 2005 13:51:08 -0500 Subject: ENH: add documentation support for modules --- Modules/TestForSTDNamespace.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Modules/TestForSTDNamespace.cmake') diff --git a/Modules/TestForSTDNamespace.cmake b/Modules/TestForSTDNamespace.cmake index e25850e361..20bdaa1f1c 100644 --- a/Modules/TestForSTDNamespace.cmake +++ b/Modules/TestForSTDNamespace.cmake @@ -1,7 +1,6 @@ -# +# - Test for std:: namespace support # check if the compiler supports std:: on stl classes -# -# CMAKE_NO_STD_NAMESPACE - defined accoreding to the results +# CMAKE_NO_STD_NAMESPACE - defined according to the results # IF("CMAKE_STD_NAMESPACE" MATCHES "^CMAKE_STD_NAMESPACE$") MESSAGE(STATUS "Check for STD namespace") -- cgit v1.2.1