]> Creatis software - gdcm.git/commitdiff
COMP: I don't think this is needed
authormalaterre <malaterre>
Thu, 20 Oct 2005 15:21:30 +0000 (15:21 +0000)
committermalaterre <malaterre>
Thu, 20 Oct 2005 15:21:30 +0000 (15:21 +0000)
Testing/CMakeLists.txt

index 02295475d4af09fc6aa1f6733a00b4437fb90620..25eafebc17ff89b285a00ad65e5418ab2a8e40a7 100644 (file)
@@ -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)