X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2FcreaContoursVariables.sh;h=0da38b19af420779aa906f304ee78a4896ee1d96;hb=6c76ee85438b2ed7686b3e063146912f8be13cc4;hp=df32ba6c0faa03ff17b48c134e5568b9e992b391;hpb=8b336e59968feed9d501b9694f49074a0ee3a542;p=creaToolsTools.git diff --git a/ctest/dashboard/creaContoursVariables.sh b/ctest/dashboard/creaContoursVariables.sh index df32ba6..0da38b1 100644 --- a/ctest/dashboard/creaContoursVariables.sh +++ b/ctest/dashboard/creaContoursVariables.sh @@ -5,7 +5,12 @@ binfolder=$2/tmpCreaTools_INSTALL/$1Bin cd $binfolder -cmake -D BBTK_DIR:PATH=$2/tmpCreaTools_INSTALL/bbtkBin -D crea_DIR:PATH=$2/tmpCreaTools_INSTALL/creaBin -D BUILD_BBTK_PACKAGE_creaContours:BOOL=ON -D creaContours_DOC:BOOL=$3 CMakeCache.txt -#cmake -D BUILD_BBTK_PACKAGE_creaContours_DOXYGEN_DOC:BOOL=$3 CMakeCache.txt +cmake -D BBTK_DIR:PATH=$2/tmpCreaTools_INSTALL/bbtkBin CMakeCache.txt +cmake -D crea_DIR:PATH=$2/tmpCreaTools_INSTALL/creaBin CMakeCache.txt +cmake -D BUILD_BBTK_PACKAGE_creaContours:BOOL=ON CMakeCache.txt +cmake -D creaContours_DOC:BOOL=$3 CMakeCache.txt +cmake -D BUILD_BBTK_PACKAGE_creaContours_DOXYGEN_DOC:BOOL=$3 CMakeCache.txt + +cmake CMakeCache.txt cd ..