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