bbtkgeditorsource=bbtkGEditor
creatoolssource=creaTools
+if [ true = true ]
+then
+
rm -rf $generationdir/creaBin
rm -rf $generationdir/bbtkBin
rm -rf $generationdir/creamaracasBin
sh cvscheckout.sh $bbtkgeditorsource $generationdir
sh cvscheckout.sh $creatoolssource $generationdir
+fi
# CREA
#if [ true = false ]
cd $dirInstall
echo -H$currentdir/$1
echo -B$dirInstall/
+
cmake -G"Unix Makefiles" -H$currentdir/$1 -B$dirInstall/
+cmake -D --BUILD_ALL:BOOL=ON CMakeCache.txt
# the following line is the right one!
#cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=$dirInstall -D crea_DIR:PATH=$currentdir/tmpCreaTools_INSTALL/creaBin CMakeCache.txt