build: Delete MSVC special case for `BUILD_FOR_FUZZING` option

pull/30803/head
Hennadii Stepanov 2 months ago
parent fdad128b52
commit 341ad23809
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -192,7 +192,7 @@ endif()
option(BUILD_BENCH "Build bench_bitcoin executable." OFF)
option(BUILD_FUZZ_BINARY "Build fuzz binary." OFF)
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)
option(BUILD_FOR_FUZZING "Build for fuzzing. Enabling this will disable all other targets and override BUILD_FUZZ_BINARY." OFF)
option(INSTALL_MAN "Install man pages." ON)

Loading…
Cancel
Save