From 3322bb70813881e3998c84cecf8b9c79dcf9590b Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Wed, 14 Jul 2021 13:43:02 -0400
Subject: [PATCH] VS: Populate `/Y-` flag table entry for v143

Apply the change from commit 460a146e2b (VS: Populate `/Y-` flag table
entry for v142, 2019-01-24, v3.14.0-rc1~74^2~8) to the v143 flag table.
---
 Templates/MSBuild/FlagTables/v143_CL.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json
index 69d4ac3587..8851c9ba11 100644
--- a/Templates/MSBuild/FlagTables/v143_CL.json
+++ b/Templates/MSBuild/FlagTables/v143_CL.json
@@ -555,7 +555,7 @@
   },
   {
     "name": "PrecompiledHeader",
-    "switch": "",
+    "switch": "Y-",
     "comment": "Not Using Precompiled Headers",
     "value": "NotUsing",
     "flags": []
-- 
GitLab