mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
VS: Improve v142 CL flag table LanguageStandard ordering
This commit is contained in:
@@ -477,16 +477,16 @@
|
||||
},
|
||||
{
|
||||
"name": "LanguageStandard",
|
||||
"switch": "std:c++20",
|
||||
"comment": "ISO C++20 Standard",
|
||||
"value": "stdcpp20",
|
||||
"switch": "std:c++17",
|
||||
"comment": "ISO C++17 Standard",
|
||||
"value": "stdcpp17",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "LanguageStandard",
|
||||
"switch": "std:c++17",
|
||||
"comment": "ISO C++17 Standard",
|
||||
"value": "stdcpp17",
|
||||
"switch": "std:c++20",
|
||||
"comment": "ISO C++20 Standard",
|
||||
"value": "stdcpp20",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user