From a8396a183af3ff93c91e0792275af9119df15eaf Mon Sep 17 00:00:00 2001 From: srit Date: Tue, 20 Jul 2010 15:15:31 +0000 Subject: [PATCH] Removed nasty and useless hard coded include directory for gdcm. Use Cmake! --- common/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 5434cd8..74a5786 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,6 +1,3 @@ -#========================================================= -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${ITK_DIR}/gdcm/src/") - #========================================================= INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) #========================================================= -- 2.45.1