We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6447b51 commit e0be888Copy full SHA for e0be888
appveyor.yml
@@ -43,7 +43,7 @@ before_build:
43
- 'cd %APPVEYOR_BUILD_FOLDER%'
44
- echo %PLATFORM%
45
- 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%
+ - 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.17763.0 -D CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=10.0.17763.0 -G "Visual Studio 16 2019" -A %PLATFORM%
47
- nuget restore C:\projects\diligentengine\build\DiligentEngine.sln
48
49
build:
0 commit comments