From 8a41f1e8852f4c732eb09caff7207bd38094662d Mon Sep 17 00:00:00 2001
From: Eduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Date: Tue, 5 Oct 2010 07:01:22 +0000
Subject: [PATCH] *** empty log message ***

---
 ctest/dashboard/All.bat                  | 12 +-----------
 ctest/dashboard/creaBrukerVariables.bat  |  2 +-
 ctest/dashboard/creaImageIOVariables.bat |  2 +-
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/ctest/dashboard/All.bat b/ctest/dashboard/All.bat
index 0a3f6b8..78a611b 100644
--- a/ctest/dashboard/All.bat
+++ b/ctest/dashboard/All.bat
@@ -1,6 +1,6 @@
 rem @echo off
 set buildtype=Release
-set docgeneration=ON
+set docgeneration=OFF
 set cvsUser=davila
 
 set creasourcefolder=crea
@@ -14,16 +14,6 @@ set crearigidregistrationssource=creaRigidRegistration
 set bbtkgeditorsource=bbtkGEditor
 set creatoolssource=creaTools
 
-REM set bbtkbinfolder=bbtkBin
-REM set creamaracasbinary=creaMaracasVisuBin
-REM set creaenvironmentbinary=creaEnvironmentBin
-REM set creabrukerbinary=creaBrukerBin
-REM set creaimagebinary=creaImageIOBin
-REM set creacontoursbinary=creaContoursBin
-REM set crearigidregistrationbinary=creaRigidRegistrationBin
-REM set bbtkgeditorbinary=bbtkGEditorBin
-REM set creatoolsbinary=creaToolsBin
-
 
 call cvscheckout.bat %creasourcefolder% %cvsUser%
 call cvscheckout.bat %bbtksourcefolder% %cvsUser%
diff --git a/ctest/dashboard/creaBrukerVariables.bat b/ctest/dashboard/creaBrukerVariables.bat
index d8c1c31..2b0355f 100644
--- a/ctest/dashboard/creaBrukerVariables.bat
+++ b/ctest/dashboard/creaBrukerVariables.bat
@@ -4,5 +4,5 @@ set binfolder=%1Bin
 cd %binfolder%
 set currentdir=%~dp0
 set currentdir=%currentdir:\=/%
-cmake -D --BUILD_ALL:BOOL=ON -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea  -D BUILD_creaBruker_DOC:BOOL=%2 CMakeCache.txt
+cmake -D --BUILD_ALL:BOOL=OFF -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea  -D BUILD_creaBruker_DOC:BOOL=%2 CMakeCache.txt
 cd ..
\ No newline at end of file
diff --git a/ctest/dashboard/creaImageIOVariables.bat b/ctest/dashboard/creaImageIOVariables.bat
index 347161c..145cef3 100644
--- a/ctest/dashboard/creaImageIOVariables.bat
+++ b/ctest/dashboard/creaImageIOVariables.bat
@@ -4,7 +4,7 @@ set currentdir=%~dp0
 set currentdir=%currentdir:\=/%
 
 cd %1Bin
-cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D creaImageIO_DOC:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/creaBruker -D USE_GDCM:BOOL=ON CMakeCache.txt
+cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/creaBruker -D USE_GDCM:BOOL=ON CMakeCache.txt
 cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt
 cmake -D BUILD_DOXYGEN_DOC:BOOL=%2 -D BUILD_BBTK_PACKAGE_creaImageIO_DOXYGEN_DOC:BOOL=%2 CMakeCache.txt
 cmake CMakeCache.txt
-- 
2.49.0