Browse Source

Merge topic 'doc-FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG' into release-3.18

3bb287581c Help: FRAMEWORK_MULTI_CONFIG_POSTFIX example should use actual config

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4973
Craig Scott 5 years ago
parent
commit
6180d99148
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.rst

+ 1 - 1
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.
 is appended to the framework file name built on disk.
 
 
 For example, given a framework called ``my_fw``, a value of ``_debug``
 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
 ``Debug;Release`` in :variable:`CMAKE_CONFIGURATION_TYPES`, the following
 relevant files would be created for the ``Debug`` and ``Release``
 relevant files would be created for the ``Debug`` and ``Release``
 configurations:
 configurations: