]> Creatis software - gdcm.git/commitdiff
STYLE: correct typo in comment
authormalaterre <malaterre>
Fri, 14 Jan 2005 21:31:46 +0000 (21:31 +0000)
committermalaterre <malaterre>
Fri, 14 Jan 2005 21:31:46 +0000 (21:31 +0000)
CMakeLists.txt

index 85d464745de6e254fa3966f555e7b390e57db200..052c3cc69bd02bd20c08f62306780523263307bc 100644 (file)
@@ -38,7 +38,7 @@ SET (LIBRARY_OUTPUT_PATH ${GDCM_BINARY_DIR}/bin CACHE PATH "Single output direct
 MARK_AS_ADVANCED(LIBRARY_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH)
 
 #-----------------------------------------------------------------------------
-# Test if compiler defines __FUNCTION__
+# Test if compiler defines the pseudo-macro __FUNCTION__
 IF("GDCM_COMPILER_HAS_FUNCTION" MATCHES "^GDCM_COMPILER_HAS_FUNCTION$")
   MESSAGE(STATUS "Checking support for __FUNCTION__ in compiler")
   TRY_COMPILE(GDCM_COMPILER_HAS_FUNCTION