Help: Tweak CMAKE_INSTALL_EXPORTS_AS_PACKAGE_INFO

The format example for CMAKE_INSTALL_EXPORTS_AS_PACKAGE_INFO is quite
long and, in its prior state, was likely to force a line wrap before it,
which could lead to non-optimal spacing of the preceding line. As there
is no easy way to break in the middle of the example, instead break it
out into a separate element.
This commit is contained in:
Matthew Woehlke
2026-02-24 12:25:24 -05:00
parent ff0cd9500e
commit 8b40c3642a
@@ -10,8 +10,10 @@ CMAKE_INSTALL_EXPORTS_AS_PACKAGE_INFO
A list of directives instructing CMake to install |CPS| package information
when exported target information is installed via :command:`install(EXPORT)`.
The value is treated as a list, with each directive having the form
``<export-name>:<package-name>[/[l][a<appendix-name>][/<destination>]]``.
The value is treated as a list, with each directive having the form::
<export-name>:<package-name>[/[l][a<appendix-name>][/<destination>]]
Slashes are used to separate different components of the directive.
Note that this feature is intended for package distributors, and should