Skip to content

Commit 64ca259

Browse files
committed
Correct options for cmake.
1 parent b9a0ef3 commit 64ca259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install-cmake.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,8 @@ SECP256K1_OPTIONS=(
949949
# Define bitcoin-system options.
950950
#------------------------------------------------------------------------------
951951
BITCOIN_SYSTEM_OPTIONS=(
952-
"--without-tests" \
953-
"--without-examples" \
952+
"-Dwith-tests=no" \
953+
"-Dwith-examples=no" \
954954
"${with_boost}" \
955955
"${with_pkgconfigdir}")
956956

0 commit comments

Comments
 (0)