Use compiler 9.3, as that's what mingw is using on the build.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-12-11 14:00:09 +01:00
parent 002d550b80
commit affb17fd92
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function(SetupConan)
else ()
execute_process(COMMAND conan install ${CMAKE_SOURCE_DIR} --install-folder=${CMAKE_BINARY_DIR} --build outdated
-s compiler=gcc
-s compiler.version=10.2
-s compiler.version=9.3
-s compiler.libcxx=libstdc++11
-s os=Windows
-o *:shared=True