From 74e5090f26f957adf75f141d70cc7d3da9c0bfdd Mon Sep 17 00:00:00 2001
From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
Date: Fri, 4 Jun 2021 18:08:52 -0700
Subject: [PATCH] Adding ExternalWarningLevel to the Directory.Build.props to
get the default warning level for external headers to match the one we define
through compile options (#1160)
---
cmake/Platform/Common/Directory.Build.props | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/cmake/Platform/Common/Directory.Build.props b/cmake/Platform/Common/Directory.Build.props
index b74fa48471..951d3c6605 100644
--- a/cmake/Platform/Common/Directory.Build.props
+++ b/cmake/Platform/Common/Directory.Build.props
@@ -15,4 +15,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
true
true
+
+
+ TurnOffAllWarnings
+
+
\ No newline at end of file