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 /CMakeCPackOptions.cmake.in | |
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 'CMakeCPackOptions.cmake.in')
-rw-r--r-- | CMakeCPackOptions.cmake.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index 2a4bcc5..81dfeee 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -198,14 +198,6 @@ if(CPACK_GENERATOR MATCHES "IFW") endif() -if("${CPACK_GENERATOR}" STREQUAL "PackageMaker") - if(CMAKE_PACKAGE_QTGUI) - set(CPACK_PACKAGE_DEFAULT_LOCATION "/Applications") - else() - set(CPACK_PACKAGE_DEFAULT_LOCATION "/usr") - endif() -endif() - if("${CPACK_GENERATOR}" STREQUAL "DragNDrop") set(CPACK_DMG_BACKGROUND_IMAGE "@CMake_SOURCE_DIR@/Packaging/CMakeDMGBackground.tif") |