mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user