mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 15:18:38 -06:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user