From 085c9ee16060b7b6b36ada6afbfcd08355ee31fd Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 6 Jan 2023 05:14:07 +0100 Subject: [PATCH] CMake: cleanup --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc109b9f..ecc7ad9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,10 +285,6 @@ if(APPLE AND CMAKE_CROSSCOMPILING) ) endif() -SET(CPACK_GENERATOR "DEB") -SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "tobtoht") #required -INCLUDE(CPack) - message("\n") message("Configure summary") message("=================") -- 2.52.0