summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/CPack/CPack.STGZ_Header.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* CPack/STGZ: Require explicit acceptance or refusal of licensesidju2019-08-231-9/+13
| | | | | | | | To make using the generated STGZ easier, require a specific answer to accepting the license terms. Since more moves down one line when '\n' is entered a user may hold enter to paginate through the document. This change prevents the user from accidentally refusing the license terms by holding enter for too long and having to start over.
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-091-0/+145
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.