summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_path/Frameworks
Commit message (Collapse)AuthorAgeFilesLines
* find_path: Fix location of <dir/header.h> in a framework on OS XHarry Mallon2016-06-071-0/+0
After finding it in `foo.Framework/Headers/dir/header.h`, we should report the `foo.Framework/Headers` directory, not `foo.Framework/Headers/dir`, because the former is what actually contains the path the caller wishes to include.