CMake/Tests/RunCMake/find_library
Brad King ffc06c1239 Teach find_(library|file|path) to get prefixes from PATH (#15370)
The find_package command already knows how to compute installation
prefixes from PATH.  Use the same approach to establish prefixes for
find_library, find_file, and find_path to use to look in directories
like "<prefix>/lib[/<arch>]" and "<prefix>/include" for libraries and
headers.  This will reduce the amount of configuration end users need to
do to establish a work environment rooted under a specific prefix.
2015-02-19 10:03:17 -05:00
..
lib Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
CMakeLists.txt find_library: Fix repeat call after changing directory content (#15293) 2014-12-08 15:35:50 -05:00
Created-stderr.txt find_library: Fix repeat call after changing directory content (#15293) 2014-12-08 15:35:50 -05:00
Created.cmake find_library: Fix repeat call after changing directory content (#15293) 2014-12-08 15:35:50 -05: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 Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00