From ba172c367ddfaa65b44f0fa05dffb8265a483ad8 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 20 Oct 2005 15:21:30 +0000 Subject: [PATCH] COMP: I don't think this is needed --- Testing/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 02295475..25eafebc 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -83,9 +83,7 @@ INCLUDE_DIRECTORIES( CREATE_TEST_SOURCELIST(Tests gdcmTests.cxx ${TEST_SOURCES}) ADD_EXECUTABLE(gdcmTests ${Tests}) IF(GDCM_VTK) - IF(GDCM_DATA_ROOT) - TARGET_LINK_LIBRARIES(gdcmTests vtkgdcm vtkRendering) - ENDIF(GDCM_DATA_ROOT) + TARGET_LINK_LIBRARIES(gdcmTests vtkgdcm vtkRendering) ELSE(GDCM_VTK) TARGET_LINK_LIBRARIES(gdcmTests gdcm) ENDIF(GDCM_VTK) -- 2.48.1