X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2FcreaRigidRegistrationVariables.sh;h=29a137a793e129bb4a2c5caa222c935d6f1e7b77;hb=947cd203e4a0c62779a6f502ba68f616a50716d9;hp=0789c478f08bbb3424afb31f1402eb39e0f7e91d;hpb=200011207c0c0009423e650e883b56d62644b893;p=creaToolsTools.git diff --git a/ctest/dashboard/creaRigidRegistrationVariables.sh b/ctest/dashboard/creaRigidRegistrationVariables.sh index 0789c47..29a137a 100644 --- a/ctest/dashboard/creaRigidRegistrationVariables.sh +++ b/ctest/dashboard/creaRigidRegistrationVariables.sh @@ -1,8 +1,13 @@ -# %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk -currentdir=`pwd` -# set currentdir=%currentdir:\=/% +# $1 : creaBruker +# $2 : generationdir +# $3 : ON/OFF (generate doc) -cd $1 -cmake -D crea_DIR:PATH=$currentdir$2 -D BUILD_BBTK_PACKAGE_PackRecalage:BOOL=ON -D BUILD_creaRigidRegistration_DOC:BOOL=OFF CMakeCache.txt -cmake -D BBTK_DIR:PATH=$currentdir/tmpCreaTools_INSTALL/$3 CMakeCache.txt +binfolder=$2/tmpCreaTools_INSTALL/$1Bin +cd $binfolder + + +cmake -D crea_DIR:PATH=$currentdir$2 -D BUILD_BBTK_PACKAGE_PackRecalage:BOOL=ON -D BUILD_creaRigidRegistration_DOC:BOOL=$3 -D crea_DIR:PATH=$2/tmpCreaTools_INSTALL/creaBin CMakeCache.txt + +cmake CMakeCache.txt +cmake CMakeCache.txt cd ..