mirror of
https://github.com/reactos/CMake.git
synced 2025-02-16 09:37:36 +00:00
Merge topic 'vs-std-cxx17-flag-map'
a46024be VS: Add v141 flag table entry for -std:c++17 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1221
This commit is contained in:
commit
4f68692807
@ -79,6 +79,7 @@ static cmVS7FlagTable cmVS141CLFlagTable[] = {
|
||||
{ "FloatingPointModel", "fp:strict", "Strict", "Strict", 0 },
|
||||
{ "FloatingPointModel", "fp:fast", "Fast", "Fast", 0 },
|
||||
|
||||
{ "LanguageStandard", "std:c++17", "ISO C++17 Standard", "stdcpp17", 0 },
|
||||
{ "LanguageStandard", "std:c++14", "ISO C++14 Standard", "stdcpp14", 0 },
|
||||
{ "LanguageStandard", "std:c++latest", "ISO C++ Latest Draft Standard",
|
||||
"stdcpplatest", 0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user