There was an error while loading. Please reload this page.
die
1 parent 4bc5896 commit f592fc0Copy full SHA for f592fc0
.build/install-gtest
@@ -44,9 +44,7 @@ case $cpp_standard in
44
# least C++14, see https://github.com/google/googletest/releases/tag/v1.16.0
45
gtest_version_tag=v1.16.0
46
else
47
-echo "Error: unsupported value $1 of <cpp-standard>" >&2
48
-printf '\n%s\n' "$(usage)" >&2
49
-exit 1
+die "Error: unsupported value $1 of <cpp-standard>"
50
fi
51
;;
52
esac
0 commit comments