summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Framework/FrameworkSystemIncludeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linkedMarc Chevrier2023-09-211-3/+3
| | | | Fixes: #25263
* macOS: IMPORTED framework: Honor SYSTEM target property in all casesMarc Chevrier2023-08-271-0/+12
| | | | When IMPORTED_LOCATION holds a framework folder, SYSTEM property must be respected.
* Apple Frameworks: honor SYSTEM target propertyMarc Chevrier2023-05-111-0/+12
| | | | Fixes: #24109
* Xcode: Properly identify frameworks with system includesGregor Jasny2021-12-221-0/+12
Check the complete include path for being a system include, not the derived framework search path. The code for Ninja and Makefile generators does exactly the same. Fixes: #23011