We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ad4e7 commit 88aa447Copy full SHA for 88aa447
CMakeLists.txt
@@ -164,8 +164,10 @@ endif()
164
165
cmake_dependent_option(BUILD_GUI_TESTS "Build test_bitcoin-qt executable." ON "BUILD_GUI;BUILD_TESTS" OFF)
166
option(BUILD_BENCH "Build bench_bitcoin executable." OFF)
167
+if(UNIX AND NOT APPLE)
168
option(BUILD_FUZZ_BINARY "Build fuzz binary." OFF)
169
cmake_dependent_option(ENABLE_FUZZ "Build for fuzzing. Enabling this will disable all other targets and override BUILD_FUZZ_BINARY." OFF "NOT MSVC" OFF)
170
+endif()
171
172
option(INSTALL_MAN "Install man pages." ON)
173
0 commit comments