]> Creatis software - gdcm.git/commitdiff
Temporary comment out of WriteDicomAsJPEGxxx
authorjpr <jpr>
Tue, 24 Jul 2007 12:25:46 +0000 (12:25 +0000)
committerjpr <jpr>
Tue, 24 Jul 2007 12:25:46 +0000 (12:25 +0000)
Example/CMakeLists.txt

index b8f1f31a235bfb155ebbb00f9369bbd60205ea40..2345d2b600845d052a731f4c880ac73d3f29559b 100644 (file)
@@ -13,7 +13,7 @@ SET(EXAMPLE_SOURCES
   exReadWriteFile  
   exColorToRGB  
   exGrey2RGB  
-  exGC  
+  exGC
   exImageLighten  
   #exInLine  
   exOverlaysACR  
@@ -54,9 +54,12 @@ SET(EXAMPLE_SOURCES
   FlatHashTablePrint  
   Volume2Dicom  
   WriteDicomSimple  
-  WriteRead  
-  WriteDicomAsJPEG2000
-  #WriteDicomAsJPEG 
+
+  WriteRead 
+  ## Troubles on Windows ! 
+  #WriteDicomAsJPEG2000
+  #WriteDicomAsJPEG
+
   exCTPET  
   #Slice
 )