From 1d520ca7cfe488cccb0865bd5cc2b78d40559e7b Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 3 Sep 2010 08:13:36 +0000 Subject: [PATCH] Forgot to commit this one --- ctest/dashboard/creaVariables.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ctest/dashboard/creaVariables.sh 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 .. -- 2.45.1