File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ before_build:
4141 - ' cd %APPVEYOR_BUILD_FOLDER%\DiligentSamples\BuildTools\FormatValidation'
4242 - validate_format_win.bat
4343 - ' cd %APPVEYOR_BUILD_FOLDER%'
44+ - set WindowsTargetPlatformVersion=10.0.17763.0
4445 - echo %PLATFORM%
4546 - echo.%cmake_args%
46- - cmake %cmake_args% -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
47+ - cmake %cmake_args% -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%
4748 - nuget restore C:\projects\diligentengine\build\DiligentEngine.sln
4849
4950build :
You can’t perform that action at this time.
0 commit comments