Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332
4 lines
119 B
CMake
4 lines
119 B
CMake
set(CPACK_PACKAGE_CONTACT "someone")
|
|
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
|
|
set(CPACK_DEBIAN_ARCHIVE_TYPE "gnutar")
|