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 9df06ac commit 2ce2550Copy full SHA for 2ce2550
buildcmake
@@ -575,7 +575,7 @@ if [[ $VERBOSE -eq 1 ]]; then
575
576
# Print selected options
577
for option in ${!opt*}; do
578
- echo " $option = ${!option}"
+ echo " $option = ${!option[*]:-}"
579
done
580
fi
581
@@ -657,7 +657,7 @@ CC=$opt_CC CXX=$opt_CXX FC=$opt_FC cmake "$my_srcdir" \
657
[[ $VERBOSE -eq 1 ]] && export VERBOSE
658
make "$opt_parallel"
659
660
-# Only Install if the user provides an install prefix with the
+# Only Install if the user provides an install prefix with the
661
# `--install-prefix` option. Without this option, `make install` would be a
662
# no-op.
663
if [[ -n "$opt_install_prefix" ]]
0 commit comments