Revert CMAKE_CXX_FLAGS msvc-cl change

This commit is contained in:
Hummeltech 2023-03-19 09:38:27 -07:00 committed by GitHub
parent f6cd056552
commit 9f88d4c3a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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