From: malaterre Date: Wed, 12 Oct 2005 22:01:01 +0000 (+0000) Subject: COMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing... X-Git-Tag: Version1.2.bp~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9c1cca617dfd32cc61be2ed418ff89d53baed5e6;p=gdcm.git COMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing slash in the path... --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 28986cb5..0dd7dbc9 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -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})