CMake/Tests/RunCMake/find_path
Harry Mallon 188baef00c find_path: Fix location of <dir/header.h> in a framework on OS X
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.
2016-06-07 09:04:35 -04:00
..
Frameworks/Foo.framework/Headers/Some/Dir find_path: Fix location of <dir/header.h> in a framework on OS X 2016-06-07 09:04:35 -04:00
include Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
CMakeLists.txt Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
FrameworksWithSubdirs-stdout.txt find_path: Fix location of <dir/header.h> in a framework on OS X 2016-06-07 09:04:35 -04:00
FrameworksWithSubdirs.cmake find_path: Fix location of <dir/header.h> in a framework on OS X 2016-06-07 09:04:35 -04:00
PrefixInPATH-stdout.txt Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
PrefixInPATH.cmake Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
RunCMakeTest.cmake find_path: Fix location of <dir/header.h> in a framework on OS X 2016-06-07 09:04:35 -04:00