summaryrefslogtreecommitdiff
path: root/Help/prop_gbl
diff options
context:
space:
mode:
authorPaul "TBBle" Hampson <Paul.Hampson@Pobox.com>2018-01-11 00:00:30 +1100
committerPaul "TBBle" Hampson <Paul.Hampson@Pobox.com>2018-01-11 00:00:30 +1100
commitda3a329a0642818070f276c9a40c94b54792e2b8 (patch)
tree833ce89580ed4efd156f961183d2c379c19d62ea /Help/prop_gbl
parent89ec1aacd781dcaf4aa0c6899bface518ac6afca (diff)
downloadcmake-da3a329a0642818070f276c9a40c94b54792e2b8.tar.gz
Linkify target_link_libraries in DEBUG_CONFIGURATIONS
Diffstat (limited to 'Help/prop_gbl')
-rw-r--r--Help/prop_gbl/DEBUG_CONFIGURATIONS.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst b/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst
index 690143f826..fec6fdac86 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.