From: jean-pierre roux Date: Fri, 3 Sep 2010 09:19:37 +0000 (+0000) Subject: forgot to commit X-Git-Tag: CREATOOLS.2-0-3~67 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=200011207c0c0009423e650e883b56d62644b893;p=creaToolsTools.git forgot to commit --- diff --git a/ctest/dashboard/creaRigidRegistrationVariables.sh b/ctest/dashboard/creaRigidRegistrationVariables.sh new file mode 100644 index 0000000..0789c47 --- /dev/null +++ b/ctest/dashboard/creaRigidRegistrationVariables.sh @@ -0,0 +1,8 @@ +# %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk +currentdir=`pwd` +# set currentdir=%currentdir:\=/% + +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 +cd ..