From: jean-pierre roux Date: Fri, 3 Sep 2010 08:13:36 +0000 (+0000) Subject: Forgot to commit this one X-Git-Tag: CREATOOLS.2-0-3~70 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1d520ca7cfe488cccb0865bd5cc2b78d40559e7b;p=creaToolsTools.git Forgot to commit this one --- diff --git a/ctest/dashboard/creaVariables.sh b/ctest/dashboard/creaVariables.sh new file mode 100644 index 0000000..4514229 --- /dev/null +++ b/ctest/dashboard/creaVariables.sh @@ -0,0 +1,4 @@ +binfolder=$1 +cd $binfolder +cmake -D CREA_BUILD_VTK:BOOL=ON -D CREA_BUILD_WX:BOOL=ON CMakeCache.txt +cd ..