Skip to content

Commit

Permalink
Merge #187: cmake: Port PR30031 from the master branch
Browse files Browse the repository at this point in the history
5aa5843 fixup! cmake: Add fuzzing options (Hennadii Stepanov)

Pull request description:

  This PR ports bitcoin#30031 after the recent sync/rebase [PR](#186).

Top commit has no ACKs.

Tree-SHA512: b90c3048e22804e520b77e20ed33d8a9cd755b1b6d5e04a6f2922bba9cdd9bc675c8f70bcb13003c4933930328c3e8d2d77cce501a036edf2eca9d1d599c743a
  • Loading branch information
hebasto committed May 8, 2024
2 parents a38691b + 5aa5843 commit 7712606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ add_executable(fuzz
locale.cpp
merkleblock.cpp
message.cpp
# TODO: Fix the code and enable miniscript.cpp for MSVC.
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:miniscript.cpp>
miniscript.cpp
minisketch.cpp
mini_miner.cpp
muhash.cpp
Expand Down

0 comments on commit 7712606

Please sign in to comment.