From ba67e946eb304765be303a19c54aa6a31d16bad3 Mon Sep 17 00:00:00 2001 From: Tyler Yankee Date: Thu, 17 Sep 2026 09:12:48 -0400 Subject: [PATCH 1/2] Help/INTERFACE_LINK_DEPENDS: Reference genexes --- Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst b/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst index 9c8275d5f2..23eea61cc4 100644 --- a/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst +++ b/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst @@ -20,11 +20,11 @@ manual for available expressions. See the :manual:`cmake-buildsystem(7)` -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 From 0871947862d3d90bf63a2f230afcf68a9ca0d2c6 Mon Sep 17 00:00:00 2001 From: Tyler Yankee Date: Thu, 17 Sep 2026 09:09:11 -0400 Subject: [PATCH 2/2] Help: Remove spurious hyphen from cmake-buildsystem(7) references --- Help/prop_fs/include/INTERFACE_BUILD_PROPERTY.rst | 2 +- Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst | 2 +- Help/prop_tgt/include/INTERFACE_BUILD_PROPERTY.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 23eea61cc4..a060799f1f 100644 --- a/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst +++ b/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst @@ -17,7 +17,7 @@ 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 :genex:`BUILD_INTERFACE` and 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.