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 3aab49aCopy full SHA for 3aab49a
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" -G "Visual Studio 16 2019" -A %PLATFORM% -T v142,version=10.0.17763.0
47
- nuget restore C:\projects\diligentengine\build\DiligentEngine.sln
48
49
build:
0 commit comments