summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.distribution.dist.in
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-091-9/+0
| | | | | | | | Some commits ago all CPack internal `*.cmake` files have been moved to `Internal/CPack/`. This commit also move some templates internally used by generators to the same location to make `Modules/` directory less noisy w/ files the end users don't need to use/see.
* BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. ↵David Cole2008-06-181-0/+3
| | | | Thanks again to Doug Gregor for the patch.
* ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵David Cole2008-06-171-0/+6
PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available.