Help: Use direct refs to genexes instead of `$<GENEX-NAME>`

This commit is contained in:
Alex Turbov
2022-11-06 20:17:15 +04:00
parent 8c6274326d
commit c86ec79d07
16 changed files with 61 additions and 68 deletions
+1 -2
View File
@@ -563,8 +563,7 @@ include directories should be specified as relative paths to the
$<INSTALL_INTERFACE:include/TgtName>
)
The ``$<INSTALL_PREFIX>``
:manual:`generator expression <cmake-generator-expressions(7)>` may be used as
The :genex:`$<INSTALL_PREFIX>` generator expression may be used as
a placeholder for the install prefix without resulting in a non-relocatable
package. This is necessary if complex generator expressions are used: