mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
In commit 5651901c54 (Xcode: add support for embedding frameworks,
2020-10-24, v3.20.0-rc1~402^2) we incorrectly reused `PBXBuildFile`
instances when the same framework is embedded in multiple targets,
causing target-specific settings to conflict.
Fixes: #26438
2 lines
27 B
C
2 lines
27 B
C
extern void TestLib(void);
|