mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Xcode: Suppress legacy build system deprecation warning
Xcode 12 beta 3 now warns about using the legacy build system. Since generation of the build system is CMake's responsibility, the warning is not relevant to our users. Suppress it. Issue: #18088
This commit is contained in:
@@ -3466,6 +3466,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