]> Creatis software - gdcm.git/commitdiff
ENH: Cleanup the CMake stuff.
authormalaterre <malaterre>
Tue, 1 Feb 2005 18:34:31 +0000 (18:34 +0000)
committermalaterre <malaterre>
Tue, 1 Feb 2005 18:34:31 +0000 (18:34 +0000)
CMake/FindDicom3Tools.cmake [moved from FindDicom3Tools.cmake with 100% similarity]
CMake/gdcmTestFUNCTION.cxx [moved from gdcmTestFUNCTION.cxx with 100% similarity]
CMake/gdcmValgrind.supp [moved from gdcmValgrind.supp with 100% similarity]
CMakeLists.txt
Testing/CMakeLists.txt

similarity index 100%
rename from gdcmValgrind.supp
rename to CMake/gdcmValgrind.supp
index 2a536c872096495ad1e266cf441b638543a88ab3..af45c0829795970004782e953ba403a1d4c0f758 100644 (file)
@@ -43,7 +43,7 @@ IF("GDCM_COMPILER_HAS_FUNCTION" MATCHES "^GDCM_COMPILER_HAS_FUNCTION$")
   MESSAGE(STATUS "Checking support for __FUNCTION__ in compiler")
   TRY_COMPILE(GDCM_COMPILER_HAS_FUNCTION
               ${GDCM_BINARY_DIR}/CMakeTmp/Function
-              ${GDCM_SOURCE_DIR}/gdcmTestFUNCTION.cxx
+              ${GDCM_SOURCE_DIR}/CMake/gdcmTestFUNCTION.cxx
               OUTPUT_VARIABLE OUTPUT)
   IF(GDCM_COMPILER_HAS_FUNCTION)
     MESSAGE(STATUS "Checking support for __FUNCTION__ -- yes")
index 0fd9aa4679599fca69aea4cdf8942d8e6e5b8c4f..5a25f63a4d6dcee4c862207d4e7d0d7798ae64ac 100644 (file)
@@ -158,7 +158,7 @@ SET(BLACK_LIST
   )
 
 # Add a special test that requires dciodvfy from dicom3tools
-INCLUDE(${GDCM_SOURCE_DIR}/FindDicom3Tools.cmake)
+INCLUDE(${GDCM_SOURCE_DIR}/CMake/FindDicom3Tools.cmake)
 
 # This is a GLOB expression, change it into a list separated with a comma and \n
 SET(GDCM_DATA_IMAGES)