Skip to content

Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets

Brad King requested to merge brad.king/cmake:xcode-scheme-custom-target into master

The target property introduced by !3098 (merged) was accidentally not initialized by CMAKE_XCODE_GENERATE_SCHEME for custom targets. Fix it and update the test.

Fixes: #19759 (closed)

Merge request reports