diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-10-25 17:21:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-26 13:36:53 (GMT) |
commit | 2f9c2539614c744092cd46149787440639ce9579 (patch) | |
tree | a63cc3d801f92c73d4f916e3ab34e3ef0cd79898 /Help/command/target_link_options.rst | |
parent | fd02538974dd952a8639d371c2c0067d30d5469a (diff) | |
download | CMake-2f9c2539614c744092cd46149787440639ce9579.zip CMake-2f9c2539614c744092cd46149787440639ce9579.tar.gz CMake-2f9c2539614c744092cd46149787440639ce9579.tar.bz2 |
Help: clarify "LINKER:" prefix usage
Fixes: #18503
Diffstat (limited to 'Help/command/target_link_options.rst')
-rw-r--r-- | Help/command/target_link_options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/target_link_options.rst b/Help/command/target_link_options.rst index 8f47180..0b45a8b 100644 --- a/Help/command/target_link_options.rst +++ b/Help/command/target_link_options.rst @@ -37,6 +37,6 @@ 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. -.. include:: LINK_OPTIONS_LINKER.txt - .. include:: OPTIONS_SHELL.txt + +.. include:: LINK_OPTIONS_LINKER.txt |