diff options
author | Gusts Kaksis <gusts.kaksis@sonarworks.com> | 2020-11-04 17:56:29 (GMT) |
---|---|---|
committer | Gusts Kaksis <gusts.kaksis@sonarworks.com> | 2020-11-05 11:48:54 (GMT) |
commit | bffb17be3d1687f62c43028837a0e2331c997b43 (patch) | |
tree | 00790430b828b3332d82ee30f3c8da00574f5b50 /.gitlab-ci.yml | |
parent | 39f32f12100a7f06f52cd53875b2a5729e9404a6 (diff) | |
download | CMake-bffb17be3d1687f62c43028837a0e2331c997b43.zip CMake-bffb17be3d1687f62c43028837a0e2331c997b43.tar.gz CMake-bffb17be3d1687f62c43028837a0e2331c997b43.tar.bz2 |
Xcode: Inherit target library and framework search paths from project
Xcode has multiple levels of build settings with priority in descending
order:
1. Target
2. Project
3. Workspace
4. SDK defaults
`CMAKE_XCODE_ATTRIBUTE_*` path variables add these to project level, but
linked frameworks and libraries override this in target level. Add the
`$(inherited)` macro to keep both in the final list.
Fixes: #21387
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions