]> Creatis software - clitk.git/commitdiff
Remove debug verbose
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 3 Feb 2012 06:57:12 +0000 (07:57 +0100)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Tue, 4 Jun 2013 08:14:23 +0000 (10:14 +0200)
common/CMakeLists.txt

index 0ff0321c826892220dfd872297978efe7719b260..59a459ad50aad1efaacd29ae348a7685ffc1eb9e 100644 (file)
@@ -63,15 +63,15 @@ ENDIF(CLITK_MEMORY_INFO)
 
 
 ### Set add libraries if system GDCM 
-DD(CLITK_USE_SYSTEM_GDCM)
+#DD(CLITK_USE_SYSTEM_GDCM)
 IF (CLITK_USE_SYSTEM_GDCM)
   FIND_PACKAGE(GDCM REQUIRED)
-  DD(GDCM_USE_FILE)
-  DD(GDCM_INCLUDE_DIRS)
-  DD(GDCM_LIBRARY_DIRS)
+  #DD(GDCM_USE_FILE)
+  #DD(GDCM_INCLUDE_DIRS)
+  #DD(GDCM_LIBRARY_DIRS)
   #SET(CLITK_GDCM_LIBRARIES gdcmDSED) 
   SET(CLITK_GDCM_LIBRARIES gdcmDICT gdcmMSFF vtkgdcm)
-  DD(CLITK_GDCM_LIBRARIES)
+  #DD(CLITK_GDCM_LIBRARIES)
 ENDIF()
 
 TARGET_LINK_LIBRARIES(clitkCommon vtkCommon vtkImaging ${ITK_LIBRARIES} ${CLITK_GDCM_LIBRARIES})