We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73ae18 commit 75d792aCopy full SHA for 75d792a
src/test/fuzz/CMakeLists.txt
@@ -129,7 +129,7 @@ add_executable(fuzz
129
# Visual Studio 2022 version 17.12 introduced a bug
130
# that causes an internal compiler error.
131
# See: https://github.com/bitcoin/bitcoin/issues/31303
132
- $<$<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>
133
utxo_total_supply.cpp
134
validation_load_mempool.cpp
135
vecdeque.cpp
0 commit comments