Skip to content
Snippets Groups Projects
Commit fd4fb6d2 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

misc: use v142 toolset by default on windows

Change-Id: I92c950fed8ca8258e00749d8cc6df85fd2c83ad0
Gitlab: #581
parent ca614d2a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ patch_args = ['-flp1', '-i']
# vs help
win_sdk_default = '10.0.16299.0'
win_toolset_default = 'v141'
win_toolset_default = 'v142'
vs_where_path = os.path.join(
os.environ['ProgramFiles(x86)'], 'Microsoft Visual Studio', 'Installer', 'vswhere.exe'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment