Skip to content

Commit 700eaae

Browse files
committed
Merge #128: cmake: Disable WITH_EXTERNAL_SIGNER when FUZZ=ON
d96f51a fixup! cmake: Add fuzzing options (Hennadii Stepanov) Pull request description: The behavior is aligned with the master branch. First noticed in #89 (review). ACKs for top commit: dergoegge: utACK d96f51a Tree-SHA512: 9ba8ab9c4c14814f09c583e28c8bd3e0c8bc2d2ab83b79316b771ef376cb1dd4b8de8bbbd0777367d5e8510332471353da95242d74434d6b30bfdb8e285b2efc
2 parents ca22536 + d96f51a commit 700eaae

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
@@ -132,6 +132,7 @@ if(FUZZ)
132132
set(BUILD_SHARED_LIBS OFF)
133133
set(BUILD_WALLET_TOOL OFF)
134134
set(WITH_GUI OFF)
135+
set(WITH_EXTERNAL_SIGNER OFF)
135136
set(WITH_NATPMP OFF)
136137
set(WITH_MINIUPNPC OFF)
137138
set(WITH_ZMQ OFF)

0 commit comments

Comments
 (0)