From: tobtoht Date: Fri, 6 Jan 2023 04:14:07 +0000 (+0100) Subject: CMake: cleanup X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=085c9ee16060b7b6b36ada6afbfcd08355ee31fd;p=gamesguru%2Ffeather.git CMake: cleanup --- 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("=================")