mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 04:08:46 -06:00
Previously we issued an error when the `.rpm` suffix is missing.
Instead, append the suffix automatically. This matches the behavior of
`CPACK_ARCHIVE_FILE_NAME`, to which the archive format suffix is
automatically appended. With this change, developers can simply do
set(CPACK_RPM_comp_FILE_NAME "${CPACK_ARCHIVE_comp_FILE_NAME}")
11 lines
389 B
ReStructuredText
11 lines
389 B
ReStructuredText
cpack-auto-suffixes
|
|
-------------------
|
|
|
|
* The :cpack_gen:`CPack DEB Generator` :variable:`CPACK_DEBIAN_FILE_NAME`
|
|
variable may now be set without any suffix, and the ``.deb`` suffix
|
|
will be added automatically.
|
|
|
|
* The :cpack_gen:`CPack RPM Generator` :variable:`CPACK_RPM_FILE_NAME`
|
|
variable may now be set without any suffix, and the ``.rpm`` suffix
|
|
will be added automatically.
|