Attempting to fix Windows build with C++17
This commit is contained in:
parent
0e9996dde0
commit
f6cd056552
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@
|
|||
],
|
||||
"cacheVariables": {
|
||||
"CMAKE_C_COMPILER": "cl",
|
||||
"CMAKE_CXX_COMPILER": "cl"
|
||||
"CMAKE_CXX_COMPILER": "cl",
|
||||
"CMAKE_CXX_FLAGS": "/Zc:__cplusplus"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue