X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=ctest%2Fdashboard%2FcreaRigidRegistrationVariables.sh;h=29a137a793e129bb4a2c5caa222c935d6f1e7b77;hb=32be93ef6298b8294dc55e1b6207450d6d6399a1;hp=36f780555700d3e97cfdd0b41f1241f013db8d8f;hpb=6fcf2b9d0e7b8ee0ddc81d4342aaf2eb110de38e;p=creaToolsTools.git diff --git a/ctest/dashboard/creaRigidRegistrationVariables.sh b/ctest/dashboard/creaRigidRegistrationVariables.sh index 36f7805..29a137a 100644 --- a/ctest/dashboard/creaRigidRegistrationVariables.sh +++ b/ctest/dashboard/creaRigidRegistrationVariables.sh @@ -1,10 +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) + +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 -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 cmake CMakeCache.txt cmake CMakeCache.txt cd ..