summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/DEB/Prerequirements.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPack: re-use paths of tools discovered by CMakeFindBinUtilsMatteo Martelli2022-09-061-3/+3
| | | | | | | | `CMakeFindBinUtils.cmake` sets `CMAKE_<TOOL>` variables that in cross-compilation environments point to the toolchain specific executables: e.g. `CMAKE_OBJCOPY` might point to `<path_to_toolchain>/arm-poky-linux-gnueabi-objcopy`. Pass this information to CPack.
* Tests: CPack/DEB test change prerequirements checkDomen Vrankar2016-11-271-0/+7
| | | | | | | Prerequirements should be searched for in generator prerequirements function and only checked for presence in configure file in per test prerequirements function.
* CPack/DEB: Add option to select archive typeDomen Vrankar2016-09-051-0/+7
| | | | | | | Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332
* Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-151-0/+8
Add script structure for easier addition of new CPack related tests.