diff --git a/Help/prop_fs/include/INTERFACE_BUILD_PROPERTY.rst b/Help/prop_fs/include/INTERFACE_BUILD_PROPERTY.rst index dba863c6a7..b2e39f1d5b 100644 --- a/Help/prop_fs/include/INTERFACE_BUILD_PROPERTY.rst +++ b/Help/prop_fs/include/INTERFACE_BUILD_PROPERTY.rst @@ -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. diff --git a/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst b/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst index 9c8275d5f2..a060799f1f 100644 --- a/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst +++ b/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst @@ -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 diff --git a/Help/prop_tgt/include/INTERFACE_BUILD_PROPERTY.rst b/Help/prop_tgt/include/INTERFACE_BUILD_PROPERTY.rst index 4188b8dae6..835250be89 100644 --- a/Help/prop_tgt/include/INTERFACE_BUILD_PROPERTY.rst +++ b/Help/prop_tgt/include/INTERFACE_BUILD_PROPERTY.rst @@ -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.