From a4a6e1a85c5b0912f550b54aae785b42c4a2ac00 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 8 Dec 2010 09:54:33 +0000 Subject: [PATCH] Comment out generation of now useless testBruker2Dicom and PrintParameterFile --- appli/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 31c6a7c..2f3004f 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,8 +1,8 @@ -# Add a ADD_SUBDIRECTORY command for each one of your applications -# ADD_SUBDIRECTORY(MyApp1) -# ADD_SUBDIRECTORY(MyApp2) +# Add a SUBDIRS command for each one of your applications +# SUBDIRS(MyApp1) +# SUBDIRS(MyApp2) if(USE_GDCM) -ADD_SUBDIRECTORY( +SUBDIRS( # ==> mettez ici la liste des directories qui contiennent # ==> les fichiers sources de chacune de vos applications # ==> Selon que l'application utilise ou non wX, vous duppliquerez @@ -14,9 +14,9 @@ ADD_SUBDIRECTORY( # ==> You will dupplicate WithWx or WithoutWx # #essaiDenis - PrintParameterFile + #PrintParameterFile #exObjectVaryingProperties - testBruker2Dicom + #testBruker2Dicom #Dcm2VtkImageData #appli1_WithoutWx #appli2_WithWx -- 2.45.1