Skip to content

Xcode: Suppress legacy build system deprecation warning

Brad King requested to merge brad.king/cmake:xcode-12-legacy-deprecation into master

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 (closed)
Backport: release

Merge request reports