diff options
author | Brad King <brad.king@kitware.com> | 2018-01-11 15:15:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-11 15:16:01 (GMT) |
commit | 37a3738b1a67c5c2c98847e1d1856e40dc98363f (patch) | |
tree | 2a989428a665bba3aab32413ee886025f27dede4 /Help | |
parent | 45f287212998c7ed8f928ef3b95f44acbaedc83f (diff) | |
parent | da3a329a0642818070f276c9a40c94b54792e2b8 (diff) | |
download | CMake-37a3738b1a67c5c2c98847e1d1856e40dc98363f.zip CMake-37a3738b1a67c5c2c98847e1d1856e40dc98363f.tar.gz CMake-37a3738b1a67c5c2c98847e1d1856e40dc98363f.tar.bz2 |
Merge topic 'doc-fixes'
da3a329a Linkify target_link_libraries in DEBUG_CONFIGURATIONS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1649
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_gbl/DEBUG_CONFIGURATIONS.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst b/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst index 690143f..fec6fda 100644 --- a/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst +++ b/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst @@ -4,11 +4,10 @@ DEBUG_CONFIGURATIONS Specify which configurations are for debugging. The value must be a semi-colon separated list of configuration names. -Currently this property is used only by the target_link_libraries -command (see its documentation for details). Additional uses may be -defined in the future. +Currently this property is used only by the :command:`target_link_libraries` +command. Additional uses may be defined in the future. This property must be set at the top level of the project and before -the first target_link_libraries command invocation. If any entry in +the first :command:`target_link_libraries` command invocation. If any entry in the list does not match a valid configuration for the project the behavior is undefined. |