summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/SearchPaths-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Do not append per-config suffixes to library search pathsMikko Sivulainen2022-09-151-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 pathsBrad King2020-12-221-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