drop XP support from settings file
This commit is contained in:
parent
b9cbf037d4
commit
0d06a982e0
1 changed files with 1 additions and 1 deletions
2
.vscode/settings.windows.json
vendored
2
.vscode/settings.windows.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"cmake.generator": "Visual Studio 16 2019",
|
"cmake.generator": "Visual Studio 16 2019",
|
||||||
"cmake.toolset": "v141_xp",
|
"cmake.toolset": "v142",
|
||||||
"cmake.platform": "win32",
|
"cmake.platform": "win32",
|
||||||
"cmake.configureSettings": {
|
"cmake.configureSettings": {
|
||||||
"WIN32_CMAKE_PREFIX_PATH": "${workspaceFolder}\\..\\dependencies",
|
"WIN32_CMAKE_PREFIX_PATH": "${workspaceFolder}\\..\\dependencies",
|
||||||
|
|
Loading…
Reference in a new issue