summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/CUSTOM_NAMES.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: CPack move tests to separate dirDomen Vrankar2016-11-271-5/+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 possibility to change package nameDomen Vrankar2016-05-231-0/+7
This patch preserves backward compatibility of deb package names with previous CMake versions but similarly to CPack/RPM allows to change package name format and supports DEB-DEFAULT setting that produces proper Debian package names.