We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9747712 commit 6c3d3f9Copy full SHA for 6c3d3f9
1 file changed
build.sh
@@ -56,7 +56,7 @@ then
56
else
57
# actual build
58
cmake -S . -B build
59
- cmake --build build $@
+ cmake --build build "$@"
60
if [[ -n "${DESTDIR}" ]]
61
then
62
cmake --install build
0 commit comments