]> Creatis software - creaBruker.git/commitdiff
Don't compile appli untill they are converted to GDCM2
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 22 Nov 2010 16:27:38 +0000 (16:27 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 22 Nov 2010 16:27:38 +0000 (16:27 +0000)
appli/CMakeLists.txt

index 16fb4706d2bde88a571e9cf2f1e332a8c69ce54d..da8303bfa282e96a345cf1f81df219dcc507a215 100644 (file)
@@ -1,6 +1,7 @@
 # Add a SUBDIRS command for each one of your applications
 # SUBDIRS(MyApp1)
 # SUBDIRS(MyApp2)
+if(USE_GDCM)
 SUBDIRS(
 # ==> mettez ici la liste des directories qui contiennent 
 # ==> les fichiers sources de chacune de vos applications
@@ -22,3 +23,7 @@ SUBDIRS(
    
    # some more directories, if you have more appli
 )
+endif(USE_GDCM)  
+
+# /// TODO : convert usefull (?) appli to GDCM2 
+