From 200011207c0c0009423e650e883b56d62644b893 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 3 Sep 2010 09:19:37 +0000 Subject: [PATCH] forgot to commit --- ctest/dashboard/creaRigidRegistrationVariables.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ctest/dashboard/creaRigidRegistrationVariables.sh 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 .. -- 2.45.1