mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge topic 'doc-interface-dash'
0871947862Help: Remove spurious hyphen from cmake-buildsystem(7) referencesba67e946ebHelp/INTERFACE_LINK_DEPENDS: Reference genexes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !12518
This commit is contained in:
@@ -13,4 +13,4 @@ unaffected.
|
||||
Contents of |PROPERTY_INTERFACE_NAME| may use "generator expressions"
|
||||
with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
|
||||
manual for available expressions. See the :manual:`cmake-buildsystem(7)`
|
||||
-manual for more on defining buildsystem properties.
|
||||
manual for more on defining buildsystem properties.
|
||||
|
||||
@@ -17,14 +17,14 @@ build properties of the consumer.
|
||||
Contents of ``INTERFACE_LINK_DEPENDS`` may use "generator expressions"
|
||||
with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
|
||||
manual for available expressions. See the :manual:`cmake-buildsystem(7)`
|
||||
-manual for more on defining buildsystem properties.
|
||||
manual for more on defining buildsystem properties.
|
||||
|
||||
Link dependency files usage requirements commonly differ between the build-tree
|
||||
and the install-tree. The ``BUILD_INTERFACE`` and ``INSTALL_INTERFACE``
|
||||
generator expressions can be used to describe separate usage requirements
|
||||
based on the usage location. Relative paths are allowed within the
|
||||
``INSTALL_INTERFACE`` expression and are interpreted relative to the
|
||||
installation prefix. For example:
|
||||
and the install-tree. The :genex:`BUILD_INTERFACE` and
|
||||
:genex:`INSTALL_INTERFACE` generator expressions can be used to describe
|
||||
separate usage requirements based on the usage location. Relative paths are
|
||||
allowed within the ``INSTALL_INTERFACE`` expression and are interpreted
|
||||
relative to the installation prefix. For example:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@ build properties of the consumer.
|
||||
Contents of |PROPERTY_INTERFACE_NAME| may use "generator expressions"
|
||||
with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
|
||||
manual for available expressions. See the :manual:`cmake-buildsystem(7)`
|
||||
-manual for more on defining buildsystem properties.
|
||||
manual for more on defining buildsystem properties.
|
||||
|
||||
Reference in New Issue
Block a user