1
0
Эх сурвалжийг харах

Merge topic 'xcode-12-legacy-deprecation'

36fc3a1e84 Xcode: Suppress legacy build system deprecation warning

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5052
Brad King 5 жил өмнө
parent
commit
e0002c3e54

+ 2 - 0
Source/cmGlobalXCodeGenerator.cxx

@@ -3753,6 +3753,8 @@ void cmGlobalXCodeGenerator::OutputXCodeWorkspaceSettings(
   if (this->XcodeVersion >= 100) {
   if (this->XcodeVersion >= 100) {
     xout.Element("key", "BuildSystemType");
     xout.Element("key", "BuildSystemType");
     xout.Element("string", "Original");
     xout.Element("string", "Original");
+    xout.Element("key", "DisableBuildSystemDeprecationWarning");
+    xout.Element("true");
   }
   }
   if (hasGeneratedSchemes) {
   if (hasGeneratedSchemes) {
     xout.Element("key",
     xout.Element("key",