diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-04-29 08:34:22 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-05-04 22:36:44 (GMT) |
commit | c150f89f4df7dd6351094d61dca4223450cbf09c (patch) | |
tree | d590647bcf61180b19290f574568f5db945199f5 /Source/CMakeLists.txt | |
parent | e0dbca93aae6b01f8b239d346a0bc99d2ca2473e (diff) | |
download | CMake-c150f89f4df7dd6351094d61dca4223450cbf09c.zip CMake-c150f89f4df7dd6351094d61dca4223450cbf09c.tar.gz CMake-c150f89f4df7dd6351094d61dca4223450cbf09c.tar.bz2 |
CPack: Remove the deprecated PackageMaker generator
This CPack generator has been deprecated since commit 7bf187499f
(CPack: Deprecate PackageMaker generator, 2020-01-31).
Fixes: #23344
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index a988bf1..2deaaaa 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -1121,7 +1121,6 @@ if(APPLE) CPack/cmCPackBundleGenerator.cxx CPack/cmCPackDragNDropGenerator.cxx CPack/cmCPackPKGGenerator.cxx - CPack/cmCPackPackageMakerGenerator.cxx CPack/cmCPackProductBuildGenerator.cxx ) endif() |