From: jean-pierre roux Date: Mon, 22 Nov 2010 16:27:38 +0000 (+0000) Subject: Don't compile appli untill they are converted to GDCM2 X-Git-Tag: Creatools2-0-3.creaBruker1-0-1.17Feb2011~7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaBruker.git;a=commitdiff_plain;h=4010128305f782ebfa194d548222bbaa1eec71d9 Don't compile appli untill they are converted to GDCM2 --- diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 16fb470..da8303b 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -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 +