From: jean-pierre roux Date: Fri, 3 Sep 2010 08:24:08 +0000 (+0000) Subject: fix X-Git-Tag: CREATOOLS.2-0-3~69 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f5246b638a32d117f9c3cfff2559b00fcb7587a6;p=creaToolsTools.git fix --- 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 ..