]> Creatis software - gdcm.git/commitdiff
STYLE: Typo
authormalaterre <malaterre>
Mon, 14 Feb 2005 17:49:43 +0000 (17:49 +0000)
committermalaterre <malaterre>
Mon, 14 Feb 2005 17:49:43 +0000 (17:49 +0000)
CMakeLists.txt

index 5b953cf4b10f1f4f6f8c0dd788cf3ba11fcbf09e..aceb0c453ea9b88e7affdc70af814d9e505ddfbf 100644 (file)
@@ -37,7 +37,7 @@ IF("GDCM_COMPILER_HAS_FUNCTION" MATCHES "^GDCM_COMPILER_HAS_FUNCTION$")
               OUTPUT_VARIABLE OUTPUT)
   IF(GDCM_COMPILER_HAS_FUNCTION)
     MESSAGE(STATUS "Checking support for __FUNCTION__ -- yes")
-    SET(GDCM_COMPILER_HAS_FUNCTION 1 CACHE INTERNAL "Support for extention C __FUNCTION__")
+    SET(GDCM_COMPILER_HAS_FUNCTION 1 CACHE INTERNAL "Support for extension C __FUNCTION__")
     WRITE_FILE(${CMAKE_BINARY_DIR}/CMakeOutput.log
       "Determining if the C compiler supports __FUNCTION__ "
       "passed with the following output:\n"