mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
Merge topic 'vs-c11' into release-3.18
b11c723678 VS: Populate `std:c{11,17}` flag table entries for v142
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Raul Tambre <raul@tambre.ee>
Merge-request: !5290
This commit is contained in:
@@ -454,6 +454,20 @@
|
||||
"value": "stdcpplatest",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "LanguageStandard_C",
|
||||
"switch": "std:c11",
|
||||
"comment": "ISO C11 Standard",
|
||||
"value": "stdc11",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "LanguageStandard_C",
|
||||
"switch": "std:c17",
|
||||
"comment": "ISO C17 (2018) Standard",
|
||||
"value": "stdc17",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "PrecompiledHeader",
|
||||
"switch": "Yc",
|
||||
|
||||
Reference in New Issue
Block a user