Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPack/NuGet: Add support for repository tag | Alex Turbov | 2024-01-08 | 1 | -0/+1 |
| | | | | Fixes: #23703 | ||||
* | CPack/NuGet: Add support for readme tag | Alex Turbov | 2024-01-08 | 1 | -0/+1 |
| | | | | Fixes: #25542 | ||||
* | CPack/NuGet: Add settings for the license, icon, and language | Bob Apthorpe | 2020-11-05 | 1 | -1/+4 |
| | | | | | | Also update the XML Schema. Fixes: #21348 | ||||
* | Refactor: Move CPack internal files to `Internal/CPack/` directory | Alex Turbov | 2019-07-09 | 1 | -0/+24 |
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. |