]> Creatis software - creaToolsTools.git/commitdiff
forgot to commit
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 3 Sep 2010 09:19:37 +0000 (09:19 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 3 Sep 2010 09:19:37 +0000 (09:19 +0000)
ctest/dashboard/creaRigidRegistrationVariables.sh [new file with mode: 0644]

diff --git a/ctest/dashboard/creaRigidRegistrationVariables.sh b/ctest/dashboard/creaRigidRegistrationVariables.sh
new file mode 100644 (file)
index 0000000..0789c47
--- /dev/null
@@ -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 ..