From fb432fc0c11fc7bb21548b9dc7db6da698ccc036 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 19 Sep 2025 17:07:00 -0700 Subject: [PATCH] Appveyor: use WinSDK 10.0.19041.0 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d7629204..4c4fafe0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '2.5.{build}' +version: '2.6.{build}' # branches to build branches: @@ -36,7 +36,7 @@ before_build: - echo add_subdirectory(DiligentTools) >> CMakeLists.txt - echo add_subdirectory(DiligentFX) >> CMakeLists.txt - echo %PLATFORM% - - cmake -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM% + - cmake -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -D CMAKE_SYSTEM_VERSION=10.0.19041.0 -G "Visual Studio 16 2019" -A %PLATFORM% build: project: c:\projects\build\DiligentFX_Test.sln