Skip to content

Commit 88aa447

Browse files
committed
CMakeLists.txt:BUILD_FUZZ_BINARY
1 parent 74ad4e7 commit 88aa447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,10 @@ endif()
164164

165165
cmake_dependent_option(BUILD_GUI_TESTS "Build test_bitcoin-qt executable." ON "BUILD_GUI;BUILD_TESTS" OFF)
166166
option(BUILD_BENCH "Build bench_bitcoin executable." OFF)
167+
if(UNIX AND NOT APPLE)
167168
option(BUILD_FUZZ_BINARY "Build fuzz binary." OFF)
168169
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()
169171

170172
option(INSTALL_MAN "Install man pages." ON)
171173

0 commit comments

Comments
 (0)