We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3763d9b commit 7b745d4Copy full SHA for 7b745d4
1 file changed
install-cmake.sh
@@ -960,15 +960,15 @@ SECP256K1_OPTIONS=(
960
# Define bitcoin-system options.
961
#------------------------------------------------------------------------------
962
BITCOIN_SYSTEM_OPTIONS=(
963
-"--without-tests" \
964
-"--without-examples" \
+"-Dwith-tests=no" \
+"-Dwith-examples=no" \
965
"${with_boost}" \
966
"${with_pkgconfigdir}")
967
968
# Define bitcoin-protocol options.
969
970
BITCOIN_PROTOCOL_OPTIONS=(
971
972
973
974
0 commit comments