From 4010128305f782ebfa194d548222bbaa1eec71d9 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 22 Nov 2010 16:27:38 +0000 Subject: [PATCH] Don't compile appli untill they are converted to GDCM2 --- appli/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- 2.45.1