From 9c1cca617dfd32cc61be2ed418ff89d53baed5e6 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 12 Oct 2005 22:01:01 +0000 Subject: [PATCH] COMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing slash in the path... --- Testing/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}) -- 2.45.1