blob: 47fb66e41028d0c5f6275f0cab4ab2ff091ca2c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>
---------------------------------------------
.. versionadded:: 3.18
Default framework filename postfix under configuration ``<CONFIG>`` when
using a multi-config generator.
When a framework target is created its :prop_tgt:`FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>`
target property is initialized with the value of this variable if it is set.
|