Remove CPack configuration which is not used on any platform

This commit is contained in:
Mark Roszko 2023-01-03 16:02:19 +00:00
parent 2d4ec7cab7
commit 7d1f25fbf1
1 changed files with 0 additions and 17 deletions

View File

@ -1009,26 +1009,9 @@ add_custom_target( uninstall
# Installation
#================================================
include( CTest )
enable_testing()
if( UNIX AND NOT APPLE )
# Create a *.deb file:
set( CPACK_GENERATOR "DEB" )
set( CPACK_DEBIAN_PACKAGE_MAINTAINER "http://launchpad.net/kicad" )
set( CPACK_PACKAGE_VERSION_MAJOR 1 )
set( CPACK_PACKAGE_VERSION_MINOR 0 )
set( CPACK_PACKAGE_VERSION_PATCH 0 )
#set( CPACK_PACKAGE_CONTACT Firstname Lastname <email@company.com> )
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "KiCad built by CMake build system." )
include( CPack )
endif()
#================================================
# Let CMake look in these directories for nested
# 'CMakeLists.txt' files to process