mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
conan: Visual Studio 2015 has no c++17 support
This commit is contained in:
parent
58c0dcd8ce
commit
bdf4167cd3
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user