From cd06275fe92e82d5bcbf6471dbafc2d3991366ce Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:52:21 +0000 Subject: [PATCH] cmake: Restrict MSVC-specific workaround to MSVC compiler only This change enables compiling `fuzz/utxo_snapshot.cpp` with clang-cl. --- src/test/fuzz/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/fuzz/CMakeLists.txt b/src/test/fuzz/CMakeLists.txt index e99c6d91f47..d327caed9f7 100644 --- a/src/test/fuzz/CMakeLists.txt +++ b/src/test/fuzz/CMakeLists.txt @@ -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 - $<$:utxo_snapshot.cpp> + $<$,$,19.42>>>:utxo_snapshot.cpp> utxo_total_supply.cpp validation_load_mempool.cpp vecdeque.cpp