Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 1 | -0/+14 |
| | | | | | | | Add policy `CMP0142` to remove the automatic addition of the `$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)` suffix in a compatible way. Fixes: #21757 | ||||
* | Xcode: Generalize inheritance of project-level search paths | Brad King | 2020-12-22 | 1 | -0/+76 |
Generalize the change from commit bffb17be3d (Xcode: Inherit target library and framework search paths from project, 2020-11-04, v3.19.0-rc3~4^2) to apply to framework and other kinds of search paths added either for include directories or for linking. Issue: #21617 |