diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2020-07-21 16:53:53 (GMT) |
---|---|---|
committer | Betsy McPhail <betsy.mcphail@kitware.com> | 2020-07-21 16:53:53 (GMT) |
commit | d103e340308625cd153cefb0b662b6407722bf8a (patch) | |
tree | 109292b2d2113ad3667a99648bfa8ad2e4928fc2 /Help/prop_tgt | |
parent | 51c14d4daf5fe3fa3d6ca6c9ef05024136f7754c (diff) | |
download | CMake-d103e340308625cd153cefb0b662b6407722bf8a.zip CMake-d103e340308625cd153cefb0b662b6407722bf8a.tar.gz CMake-d103e340308625cd153cefb0b662b6407722bf8a.tar.bz2 |
Documentation: Add missing links to `DEBUG_POSTFIX` target property
Add links to the `<CONFIG>_POSTFIX` target property when it is
referenced in the `DEBUG_POSTFIX` documentation.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/DEBUG_POSTFIX.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/DEBUG_POSTFIX.rst b/Help/prop_tgt/DEBUG_POSTFIX.rst index 04e312e..eca7cb0 100644 --- a/Help/prop_tgt/DEBUG_POSTFIX.rst +++ b/Help/prop_tgt/DEBUG_POSTFIX.rst @@ -1,7 +1,7 @@ DEBUG_POSTFIX ------------- -See target property ``<CONFIG>_POSTFIX``. +See target property :prop_tgt:`<CONFIG>_POSTFIX`. -This property is a special case of the more-general ``<CONFIG>_POSTFIX`` +This property is a special case of the more-general :prop_tgt:`<CONFIG>_POSTFIX` property for the ``DEBUG`` configuration. |