diff --git a/scripts/build-default.sh b/scripts/build-default.sh index a0f8c324..78f91a31 100755 --- a/scripts/build-default.sh +++ b/scripts/build-default.sh @@ -9,7 +9,7 @@ if [ ! -f "src/app/main.cpp" ]; then echo "This script must be run from the source root." exit 1 fi - +cmake --version set -v if [ "CI" != "true" ]; then # Update subprojects no more than every 7 days, or force with '-f'