We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a0ef3 commit 64ca259Copy full SHA for 64ca259
1 file changed
install-cmake.sh
@@ -949,8 +949,8 @@ SECP256K1_OPTIONS=(
949
# Define bitcoin-system options.
950
#------------------------------------------------------------------------------
951
BITCOIN_SYSTEM_OPTIONS=(
952
-"--without-tests" \
953
-"--without-examples" \
+"-Dwith-tests=no" \
+"-Dwith-examples=no" \
954
"${with_boost}" \
955
"${with_pkgconfigdir}")
956
0 commit comments