summaryrefslogtreecommitdiffstats
path: root/Tests/X11/CMakeLists.txt
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-04-29 08:34:22 (GMT)
committerCraig Scott <craig.scott@crascit.com>2022-05-04 22:36:44 (GMT)
commitc150f89f4df7dd6351094d61dca4223450cbf09c (patch)
treed590647bcf61180b19290f574568f5db945199f5 /Tests/X11/CMakeLists.txt
parente0dbca93aae6b01f8b239d346a0bc99d2ca2473e (diff)
downloadCMake-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 'Tests/X11/CMakeLists.txt')
-rw-r--r--Tests/X11/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/X11/CMakeLists.txt b/Tests/X11/CMakeLists.txt
index ba45e96..b190de2 100644
--- a/Tests/X11/CMakeLists.txt
+++ b/Tests/X11/CMakeLists.txt
@@ -29,7 +29,6 @@ if(X11_FOUND)
target_link_libraries(HelloWorldX11 ${X11_LIBRARIES})
install(TARGETS HelloWorldX11 DESTINATION bin)
- set(CPACK_BINARY_PACKAGEMAKER OFF CACHE BOOL "" FORCE )
set(CPACK_PACKAGE_NAME HelloWorldX11Package)
set(CPACK_PACKAGE_EXECUTABLES HelloWorldX11 HelloWorldX11)
endif()