diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:07:43 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:09:09 (GMT) |
commit | 391c53a851eaffae40b210c3cdefd31d86b45f90 (patch) | |
tree | cf1789ed30fb3903c3dd67db53f9212d4397fff9 /Help/prop_tgt | |
parent | de4909ea1654a89e293449f8024c75b319e6e95c (diff) | |
download | CMake-391c53a851eaffae40b210c3cdefd31d86b45f90.zip CMake-391c53a851eaffae40b210c3cdefd31d86b45f90.tar.gz CMake-391c53a851eaffae40b210c3cdefd31d86b45f90.tar.bz2 |
Help/prop_tgt/LINK_OPTIONS: fix `:genex:` reference
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/LINK_OPTIONS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/LINK_OPTIONS.rst b/Help/prop_tgt/LINK_OPTIONS.rst index 7c37122..fcdac59 100644 --- a/Help/prop_tgt/LINK_OPTIONS.rst +++ b/Help/prop_tgt/LINK_OPTIONS.rst @@ -9,7 +9,7 @@ libraries need to use the :prop_tgt:`STATIC_LIBRARY_OPTIONS` target property. These options are used for both normal linking and device linking (see policy :policy:`CMP0105`). To control link options for normal and device -link steps, :genex:`$<HOST_LINK>` and ::genex:`$<DEVICE_LINK>` generator +link steps, :genex:`$<HOST_LINK>` and :genex:`$<DEVICE_LINK>` generator expressions can be used. This property holds a :ref:`semicolon-separated list <CMake Language Lists>` of |