From 1b725757f5f1c734e273d2c23ef2f76a8054786d Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Tue, 7 Dec 2021 09:17:57 +0200 Subject: [PATCH] Change compiler MSVC2022_PREVIEW to MSVC2022 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MSVC2022 official relase is already available in Windows 10 21H2 Pick-to: 6.2 Task-number: QTQAINFRA-4540 Change-Id: I7d7a480c4077026e7a48acf706baa62623c32c72 Reviewed-by: Tony Sarajärvi --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 5a99148e..38dcd20b 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -79,7 +79,7 @@ Configurations: 'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}'] - Template: 'qtci-windows-10_21H2-x86_64-51' - Compiler: 'MSVC2022_PREVIEW' + Compiler: 'MSVC2022' Features: ['Sccache', "DebugAndRelease", 'Insignificant'] Configure arguments: '-G"Ninja Multi-Config" -DCMAKE_CONFIGURATION_TYPES="RelWithDebInfo;Debug" -DFEATURE_msvc_obj_debug_info=ON -DFEATURE_headersclean=ON -DQT_BUILD_EXAMPLES=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..' Environment variables: [