Skip to content

Commit d96f51a

Browse files
committed
fixup! cmake: Add fuzzing options
Disable WITH_EXTERNAL_SIGNER when FUZZ=ON. The behavior is aligned with the master branch.
1 parent e8bbd04 commit d96f51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ if(FUZZ)
126126
set(BUILD_SHARED_LIBS OFF)
127127
set(BUILD_WALLET_TOOL OFF)
128128
set(WITH_GUI OFF)
129+
set(WITH_EXTERNAL_SIGNER OFF)
129130
set(WITH_NATPMP OFF)
130131
set(WITH_MINIUPNPC OFF)
131132
set(WITH_ZMQ OFF)

0 commit comments

Comments
 (0)