Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Fix DEBUG_POSTFIX to apply to macOS multi-config builds
There was refactoring in 8c41125 to handle custom postfixes, which caused a regression in the postfix not being set for macOS frameworks. Specifically we set CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_DEBUG to the value of ${${postfix_var}} but that variable was empty, because we only set it in the PARENT_SCOPE. Set the variable also in the current scope. Amends 8c41125 Pick-to: 6.5 6.7 Change-Id: Iae3f1050bb11805b4cce01ec491a13a3d6c0a9fc Reviewed-by: Alexey Edelev <[email protected]>
- Loading branch information