mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 10:30:08 +01:00
cmake: Restrict MSVC-specific workaround to MSVC compiler only
This change enables compiling `fuzz/utxo_snapshot.cpp` with clang-cl.
This commit is contained in:
parent
f685645da1
commit
cd06275fe9
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ add_executable(fuzz
|
|||
# Visual Studio 2022 version 17.12 introduced a bug
|
||||
# that causes an internal compiler error.
|
||||
# See: https://github.com/bitcoin/bitcoin/issues/31303
|
||||
$<$<VERSION_LESS:${MSVC_VERSION},1942>:utxo_snapshot.cpp>
|
||||
$<$<NOT:$<AND:$<CXX_COMPILER_ID:MSVC>,$<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,19.42>>>:utxo_snapshot.cpp>
|
||||
utxo_total_supply.cpp
|
||||
validation_load_mempool.cpp
|
||||
vecdeque.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue