Skip to content

Commit

Permalink
fixup! cmake: Add fuzzing options
Browse files Browse the repository at this point in the history
Port PR30031.
  • Loading branch information
hebasto committed May 4, 2024
1 parent 22270ee commit 5aa5843
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 5aa5843

Please sign in to comment.