Skip to content

Commit 7b745d4

Browse files
committed
Correct options for cmake.
1 parent 3763d9b commit 7b745d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install-cmake.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,15 +960,15 @@ SECP256K1_OPTIONS=(
960960
# Define bitcoin-system options.
961961
#------------------------------------------------------------------------------
962962
BITCOIN_SYSTEM_OPTIONS=(
963-
"--without-tests" \
964-
"--without-examples" \
963+
"-Dwith-tests=no" \
964+
"-Dwith-examples=no" \
965965
"${with_boost}" \
966966
"${with_pkgconfigdir}")
967967

968968
# Define bitcoin-protocol options.
969969
#------------------------------------------------------------------------------
970970
BITCOIN_PROTOCOL_OPTIONS=(
971-
"--without-tests" \
971+
"-Dwith-tests=no" \
972972
"${with_boost}" \
973973
"${with_pkgconfigdir}")
974974

0 commit comments

Comments
 (0)