Skip to content

Commit fb432fc

Browse files
Appveyor: use WinSDK 10.0.19041.0
1 parent eb7353a commit fb432fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.5.{build}'
1+
version: '2.6.{build}'
22

33
# branches to build
44
branches:
@@ -36,7 +36,7 @@ before_build:
3636
- echo add_subdirectory(DiligentTools) >> CMakeLists.txt
3737
- echo add_subdirectory(DiligentFX) >> CMakeLists.txt
3838
- echo %PLATFORM%
39-
- 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%
39+
- 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%
4040

4141
build:
4242
project: c:\projects\build\DiligentFX_Test.sln

0 commit comments

Comments
 (0)