Skip to content

Commit

Permalink
CMakeLists.txt:BUILD_FUZZ_BINARY
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Jun 30, 2024
1 parent 74ad4e7 commit 88aa447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ endif()

cmake_dependent_option(BUILD_GUI_TESTS "Build test_bitcoin-qt executable." ON "BUILD_GUI;BUILD_TESTS" OFF)
option(BUILD_BENCH "Build bench_bitcoin executable." OFF)
if(UNIX AND NOT APPLE)
option(BUILD_FUZZ_BINARY "Build fuzz binary." OFF)
cmake_dependent_option(ENABLE_FUZZ "Build for fuzzing. Enabling this will disable all other targets and override BUILD_FUZZ_BINARY." OFF "NOT MSVC" OFF)
endif()

option(INSTALL_MAN "Install man pages." ON)

Expand Down

0 comments on commit 88aa447

Please sign in to comment.