From f5246b638a32d117f9c3cfff2559b00fcb7587a6 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 3 Sep 2010 08:24:08 +0000 Subject: [PATCH] fix --- ctest/dashboard/cmakemod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctest/dashboard/cmakemod.sh b/ctest/dashboard/cmakemod.sh index 5622f0c..54dd34e 100644 --- a/ctest/dashboard/cmakemod.sh +++ b/ctest/dashboard/cmakemod.sh @@ -3,7 +3,7 @@ dirInstall=$currentdir/tmpCreaTools_INSTALL/$1 mkdir $2 cd $2 -cmake -G"Unix Makefiles" -H$currentdir$1 -B$currentdir$2 +cmake -G"Unix Makefiles" -H$currentdir/$1 -B$currentdir/$2 cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=$dirInstall CMakeCache.txt cd .. -- 2.45.1