From: jpr Date: Fri, 17 Sep 2004 10:46:35 +0000 (+0000) Subject: uncomment ShowDicom X-Git-Tag: Version0.6.bp~197 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0793477ed396d4a70bf7e77a53b33fc357d26e26;p=gdcm.git uncomment ShowDicom --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 4a973db9..13f23bc3 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -32,7 +32,7 @@ IF (GDCM_DATA_ROOT) ${GDCM_SOURCE_DIR}/vtk/ ) SET(TEST_SOURCES ${TEST_SOURCES} - #ShowDicom.cxx + ShowDicom.cxx ) ENDIF(GDCM_VTK) ENDIF (GDCM_DATA_ROOT)