summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsPrefix/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CPack: Enable DEB and RPM tests more reliablyDomen Vrankar2015-05-121-0/+1
| | | | | | | CPack DEB and RPM generators were not used for some tests because CPACK_BINARY_DEB and CPACK_BINARY_RPM variable were not set. Fix this, simplify generator selection in CTEST_RUN_CPackComponentsForAll, and fix bugs that were detected after tests were run.
* cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677)Clinton Stimpson2015-03-301-0/+13
Fix the case when the archive generator is used to package components with an install prefix.