summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/LONG_FILENAMES.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: CPack move tests to separate dirDomen Vrankar2016-11-271-8/+0
| | | | | | For greater transparency tests are moved to a subfolder with each test having its own dir.
* Tests: CPack test should use default package nameDomen Vrankar2016-11-271-2/+0
| | | | | | | | Package names are irrelevant for most CPack tests so tests now set default package name that is created from test name and used if it is not explicitly provided in the test.
* CPack/DEB: Add option to select archive typeDomen Vrankar2016-09-051-0/+10
Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332