]> Creatis software - gdcm.git/commitdiff
COMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing...
authormalaterre <malaterre>
Wed, 12 Oct 2005 22:01:01 +0000 (22:01 +0000)
committermalaterre <malaterre>
Wed, 12 Oct 2005 22:01:01 +0000 (22:01 +0000)
Testing/CMakeLists.txt

index 28986cb5f76fdd800a255b63b6cd630bdd45cd78..0dd7dbc93a8398854ab94e3b40c4d762b1f0328a 100644 (file)
@@ -75,8 +75,8 @@ ENDIF (GDCM_DATA_ROOT)
 
 # include stuff
 INCLUDE_DIRECTORIES(
-  ${GDCM_SOURCE_DIR}/src/
-  ${GDCM_BINARY_DIR}/
+  ${GDCM_SOURCE_DIR}/src
+  ${GDCM_BINARY_DIR}
 )
 
 CREATE_TEST_SOURCELIST(Tests gdcmTests.cxx ${TEST_SOURCES})