summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-24 12:39:50 -0500
committerBrad King <brad.king@kitware.com>2019-01-24 13:19:48 -0500
commit460a146e2b8da5355e4638706002715aed85acbc (patch)
tree84a40ae9ab53ba931114dd3c5bb0f8a259a10257 /Templates
parent0df37903715d900fa5cfa3c51176649ed69d7d50 (diff)
downloadcmake-460a146e2b8da5355e4638706002715aed85acbc.tar.gz
VS: Populate `/Y-` flag table entry for v142
Apply the change from commit 8df25f9400 (VS: connect /Y- compiler option with "Not Using Precompiled Headers", 2018-11-26) to the v142 flag table.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v142_CL.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json
index eff5dec489..70d20c5e2d 100644
--- a/Templates/MSBuild/FlagTables/v142_CL.json
+++ b/Templates/MSBuild/FlagTables/v142_CL.json
@@ -478,7 +478,7 @@
},
{
"name": "PrecompiledHeader",
- "switch": "",
+ "switch": "Y-",
"comment": "Not Using Precompiled Headers",
"value": "NotUsing",
"flags": []