Merge topic 'xcode-12-legacy-deprecation'

36fc3a1e84 Xcode: Suppress legacy build system deprecation warning

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5052
This commit is contained in:
Brad King
2020-07-27 14:43:05 +00:00
committed by Kitware Robot

View File

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