Skip to content

Commit 341ad23

Browse files
committed
build: Delete MSVC special case for BUILD_FOR_FUZZING option
1 parent fdad128 commit 341ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ endif()
192192

193193
option(BUILD_BENCH "Build bench_bitcoin executable." OFF)
194194
option(BUILD_FUZZ_BINARY "Build fuzz binary." OFF)
195-
cmake_dependent_option(BUILD_FOR_FUZZING "Build for fuzzing. Enabling this will disable all other targets and override BUILD_FUZZ_BINARY." OFF "NOT MSVC" OFF)
195+
option(BUILD_FOR_FUZZING "Build for fuzzing. Enabling this will disable all other targets and override BUILD_FUZZ_BINARY." OFF)
196196

197197
option(INSTALL_MAN "Install man pages." ON)
198198

0 commit comments

Comments
 (0)