Removed test from cmake script
This commit is contained in:
parent
6aa9351ea8
commit
253b6bc24a
|
@ -23,7 +23,6 @@ do
|
||||||
# If input read is == 2
|
# If input read is == 2
|
||||||
if [ $bChoice -eq 2 ]
|
if [ $bChoice -eq 2 ]
|
||||||
then
|
then
|
||||||
printf "test\n"
|
|
||||||
rm -Rv build/*
|
rm -Rv build/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue