]> Creatis software - creaToolsTools.git/commitdiff
fix
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 3 Sep 2010 08:24:08 +0000 (08:24 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 3 Sep 2010 08:24:08 +0000 (08:24 +0000)
ctest/dashboard/cmakemod.sh

index 5622f0ce1572d4ffb8f0155cf9c99aaf15078c00..54dd34ed067b6bfc5fbc502f4a27847ad122b3da 100644 (file)
@@ -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 ..