diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-10-28 11:25:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-28 11:25:58 (GMT) |
commit | e9a2a812a3c05ab86ca8bdbf34af442c5a651fca (patch) | |
tree | 5b67aafa52dfd4280cd3ac8c356d6905d9e774da /Help | |
parent | c59a955ad716fc291cce5da285495d9fa4d9955c (diff) | |
parent | 3fc2dcd80156d9e3812ef787314b220f05063f62 (diff) | |
download | CMake-e9a2a812a3c05ab86ca8bdbf34af442c5a651fca.zip CMake-e9a2a812a3c05ab86ca8bdbf34af442c5a651fca.tar.gz CMake-e9a2a812a3c05ab86ca8bdbf34af442c5a651fca.tar.bz2 |
Merge topic 'doc-config-postfix'
3fc2dcd801 Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIX
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7841
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/CONFIG_POSTFIX.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/prop_tgt/CONFIG_POSTFIX.rst b/Help/prop_tgt/CONFIG_POSTFIX.rst index 5c2fbd7..69caa39 100644 --- a/Help/prop_tgt/CONFIG_POSTFIX.rst +++ b/Help/prop_tgt/CONFIG_POSTFIX.rst @@ -1,13 +1,13 @@ <CONFIG>_POSTFIX ---------------- -Postfix to append to the target file name for configuration <CONFIG>. +Postfix to append to the target file name for configuration ``<CONFIG>``. -When building with configuration <CONFIG> the value of this property +When building with configuration ``<CONFIG>`` the value of this property is appended to the target file name built on disk. For non-executable -targets, this property is initialized by the value of the variable -CMAKE_<CONFIG>_POSTFIX if it is set when a target is created. This -property is ignored on the Mac for Frameworks and App Bundles. +targets, this property is initialized by the value of the +:variable:`CMAKE_<CONFIG>_POSTFIX` variable if it is set when a target is +created. This property is ignored on macOS for Frameworks and App Bundles. For macOS see also the :prop_tgt:`FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>` target property. |