From 08072def104afee7423db5ce534360b2cebcc6df Mon Sep 17 00:00:00 2001 From: canepat <16927169+canepat@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:35:24 +0100 Subject: [PATCH] ci: fix Windows build after PR 2760 --- cmake/profiles/windows_msvc_193_debug | 2 +- cmake/profiles/windows_msvc_193_release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/profiles/windows_msvc_193_debug b/cmake/profiles/windows_msvc_193_debug index 86bf46cfe9..403bfd8a9b 100644 --- a/cmake/profiles/windows_msvc_193_debug +++ b/cmake/profiles/windows_msvc_193_debug @@ -5,5 +5,5 @@ compiler=msvc compiler.version=193 compiler.runtime=dynamic compiler.runtime_type=Release -compiler.cppstd=14 +compiler.cppstd=20 build_type=Debug diff --git a/cmake/profiles/windows_msvc_193_release b/cmake/profiles/windows_msvc_193_release index 14b080f211..5ef95c51a8 100644 --- a/cmake/profiles/windows_msvc_193_release +++ b/cmake/profiles/windows_msvc_193_release @@ -5,5 +5,5 @@ compiler=msvc compiler.version=193 compiler.runtime=dynamic compiler.runtime_type=Release -compiler.cppstd=14 +compiler.cppstd=20 build_type=Release