Skip to content

Ninja: Fix POST_BUILD commands on macOS Frameworks

Brad King requested to merge brad.king/cmake:ninja-framework-POST_BUILD into master

The condition added by commit 603bc599 for excluding use of versioning symlinks on macOS Frameworks must match that used for POST_BUILD selection. Otherwise we place the POST_BUILD commands after a symlink step that is never added.

Closes: #16363 (closed)

Merge request reports