1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

conan: Visual Studio 2015 has no c++17 support

This commit is contained in:
Anonymous Maarten 2018-11-22 21:04:23 +01:00
parent 58c0dcd8ce
commit bdf4167cd3

View File

@ -11,7 +11,6 @@ from conans.client import conan_api
openrw_path = Path(__file__).resolve().parents[2]
cmake_generator_lookup = {
2015: 'Visual Studio 14 2015',
2017: 'Visual Studio 15 2017',
}
architectures = ['x64', 'x86']