Commit b90ed679 authored by Evan Lojewski's avatar Evan Lojewski Committed by Evan Lojewski
Browse files

build: Update build.sh to support cmake version pre 3.15

parent fc0d94bb
......@@ -103,7 +103,8 @@ cd "$BUILD_DIR"
"$CMAKE" .. $GENERATOR "$@"
# Ensure formatting is correct and perform the build
"$CMAKE" --build . --target check-format --target all
"$CMAKE" --build . --target check-format
"$CMAKE" --build . --target all
# Run the tests
"$CMAKE" --build . --target test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment