Skip to content

Xcode: Fix custom command work-dir placeholders in "new build system"

Brad King requested to merge brad.king/cmake:xcode-cc-work-dir into master

The placeholders for CONFIGURATION and EFFECTIVE_PLATFORM_NAME need to be handled in the WORKING_DIRECTORY of custom commands just as we already do for the COMMAND.

Fixes: #21483 (closed)
Backport: release

Merge request reports