Attempting to fix Windows build with C++17

This commit is contained in:
David Hummel 2023-03-18 09:06:34 -07:00
parent 0e9996dde0
commit f6cd056552

View file

@ -83,7 +83,8 @@
],
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl"
"CMAKE_CXX_COMPILER": "cl",
"CMAKE_CXX_FLAGS": "/Zc:__cplusplus"
}
},
{