1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Help: Reference correct variables in 3.6 release notes

This commit is contained in:
Nikita Nemkin
2025-01-31 15:53:45 +05:00
committed by Brad King
parent 9c963de998
commit 969b039f40

View File

@@ -225,8 +225,8 @@ CPack
package file names, how to specify that rpmbuild should decide on file package file names, how to specify that rpmbuild should decide on file
name format as well as handling of multiple rpm packages generated by a name format as well as handling of multiple rpm packages generated by a
single user defined spec file. single user defined spec file.
See :variable:`CPACK_RPM_PACKAGE_NAME` and See :variable:`CPACK_RPM_FILE_NAME` and
:variable:`CPACK_RPM_<component>_PACKAGE_NAME`. :variable:`CPACK_RPM_<component>_FILE_NAME`.
* The :cpack_gen:`CPack RPM Generator` learned how to correctly handle symlinks * The :cpack_gen:`CPack RPM Generator` learned how to correctly handle symlinks
that are pointing outside generated packages. that are pointing outside generated packages.