diff options
author | Brad King <brad.king@kitware.com> | 2009-09-01 18:04:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-01 18:04:27 (GMT) |
commit | ed0650f6ae10911092adc25373b9c61724192124 (patch) | |
tree | 87dab22fdc7705fab6273ad1517b0c3fe18a32a5 /Source/cmExportCommand.cxx | |
parent | 2eca4dd2d127ab8e7ba211a17139983bbef61802 (diff) | |
download | CMake-ed0650f6ae10911092adc25373b9c61724192124.zip CMake-ed0650f6ae10911092adc25373b9c61724192124.tar.gz CMake-ed0650f6ae10911092adc25373b9c61724192124.tar.bz2 |
Teach find_package to search a "package registry"
A common user workflow is to build a series of dependent projects in
order. Each project locates its dependencies with find_package. We
introduce a "user package registry" to help find_package locate packages
built in non-standard search locations.
The registry explicitly stores locations of build trees providing
instances of a given package. There is no defined order among the
locations specified. These locations should provide package
configuration files (<package>-config.cmake) and package version files
(<package>-config-version.cmake) so that find_package will recognize the
packages and test version numbers.
Diffstat (limited to 'Source/cmExportCommand.cxx')
0 files changed, 0 insertions, 0 deletions