summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-30 13:04:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-10-30 13:04:37 (GMT)
commit41d796be155e0da8fec66cb281429ed0eb91650d (patch)
tree164e1f4e0f266105b4a278f0e1d44bda18a55332 /Source
parent2ad3576594b3009775c4caba9b8b5f952f9e0e27 (diff)
parent82f95c958467b3076372247d9a0a7d6d0414c96e (diff)
downloadCMake-41d796be155e0da8fec66cb281429ed0eb91650d.zip
CMake-41d796be155e0da8fec66cb281429ed0eb91650d.tar.gz
CMake-41d796be155e0da8fec66cb281429ed0eb91650d.tar.bz2
Merge topic 'vs-diagnostics-flag'
82f95c95 VS generator: support /diagnostics compiler flag Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1411
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVS141CLFlagTable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmVS141CLFlagTable.h b/Source/cmVS141CLFlagTable.h
index c780d46..7d3e356 100644
--- a/Source/cmVS141CLFlagTable.h
+++ b/Source/cmVS141CLFlagTable.h
@@ -1,6 +1,10 @@
static cmVS7FlagTable cmVS141CLFlagTable[] = {
// Enum Properties
+ { "DiagnosticsFormat", "diagnostics:classic", "Classic", "Classic", 0 },
+ { "DiagnosticsFormat", "diagnostics:column", "Column", "Column", 0 },
+ { "DiagnosticsFormat", "diagnostics:caret", "Caret", "Caret", 0 },
+
{ "DebugInformationFormat", "", "None", "None", 0 },
{ "DebugInformationFormat", "Z7", "C7 compatible", "OldStyle", 0 },
{ "DebugInformationFormat", "Zi", "Program Database", "ProgramDatabase", 0 },