diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-07-06 09:52:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-06 09:53:05 (GMT) |
commit | a0bca7e9cc799b6329b497d43ee6bc8edfa1407f (patch) | |
tree | adaaddb2085573c7f0f1b0792171fa8da496ed6b /Help | |
parent | c68c744497c0b34db15dadb9f7a80543dd2bf9f4 (diff) | |
parent | 3bb287581ce681a7d1c5694b877bbeba4672ce28 (diff) | |
download | CMake-a0bca7e9cc799b6329b497d43ee6bc8edfa1407f.zip CMake-a0bca7e9cc799b6329b497d43ee6bc8edfa1407f.tar.gz CMake-a0bca7e9cc799b6329b497d43ee6bc8edfa1407f.tar.bz2 |
Merge topic 'doc-FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG'
3bb287581c Help: FRAMEWORK_MULTI_CONFIG_POSTFIX example should use actual config
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4973
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst b/Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst index 5d0fc3d..243c0cd 100644 --- a/Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst +++ b/Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst @@ -8,7 +8,7 @@ When building with configuration ``<CONFIG>`` the value of this property is appended to the framework file name built on disk. For example, given a framework called ``my_fw``, a value of ``_debug`` -for the ``FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>`` property, and +for the ``FRAMEWORK_MULTI_CONFIG_POSTFIX_DEBUG`` property, and ``Debug;Release`` in :variable:`CMAKE_CONFIGURATION_TYPES`, the following relevant files would be created for the ``Debug`` and ``Release`` configurations: |