cmake3 in cmk.sh and removed warnings

This commit is contained in:
2019-04-03 16:03:19 +02:00
parent 1558ca2bb5
commit bb025adc09
2 changed files with 7 additions and 7 deletions

2
cmk.sh
View File

@ -178,7 +178,7 @@ echo "in "$PWD
#cmake
if [ $REBUILD -eq 1 ]; then
rm -f CMakeCache.txt
BUILDCOMMAND="$CMAKE_PRE cmake $CMAKE_POST .."
BUILDCOMMAND="$CMAKE_PRE cmake3 $CMAKE_POST .."
echo $BUILDCOMMAND
eval $BUILDCOMMAND
fi