CPack: Deprecate OSXX11 generator

The CPack OSXX11 generator has not had any updates since 2011 except as
part of sweeping maintenance changes.  It also creates packages with a
OSXScriptLauncher binary that has only ppc and i386 architectures which
are not supported by Apple anymore.  Furthermore, the generator is not
even mentioned in our documentation.  Add a deprecation warning.

Fixes: #20235
This commit is contained in:
Brad King
2020-01-31 10:04:13 -05:00
parent 7bf187499f
commit 2ed00e8ef8
3 changed files with 5 additions and 1 deletions
@@ -3,3 +3,4 @@ cpack-deprecate-old-macos-generators
* The :cpack_gen:`CPack PackageMaker Generator` generator has been
deprecated because Xcode no longer distributes the PackageMaker tools.
The undocumented ``OSXX11`` generator has also been deprecated.