summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake
diff options
context:
space:
mode:
authorDomen Vrankar <domen.vrankar@gmail.com>2016-09-04 19:13:24 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-05 13:24:45 (GMT)
commit4ffdd564eb32be6147cb8610bbf6c0b5496fc56a (patch)
treef15bb299a1e067e7396cdfe33924a85116348a4b /Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake
parentfb357e5fef2e7803f2f745b6aa4cf63935628ed6 (diff)
downloadCMake-4ffdd564eb32be6147cb8610bbf6c0b5496fc56a.zip
CMake-4ffdd564eb32be6147cb8610bbf6c0b5496fc56a.tar.gz
CMake-4ffdd564eb32be6147cb8610bbf6c0b5496fc56a.tar.bz2
CPack/DEB: Add option to select archive type
Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332
Diffstat (limited to 'Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake')
-rw-r--r--Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake b/Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake
new file mode 100644
index 0000000..39a6be4
--- /dev/null
+++ b/Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake
@@ -0,0 +1,3 @@
+set(CPACK_PACKAGE_CONTACT "someone")
+set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
+set(CPACK_DEBIAN_ARCHIVE_TYPE "gnutar")