diff options
author | Brad King <brad.king@kitware.com> | 2008-12-09 19:07:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-12-09 19:07:19 (GMT) |
commit | e51969ac4935999779be2cb8b74a06b218d73dd0 (patch) | |
tree | 6c77b95571928b1dad028ebd6a7f250d6658a105 /Tests/FindPackageTest/lib | |
parent | 4f5a8b9c0c5d72837981880c5a795d69acd73dac (diff) | |
download | CMake-e51969ac4935999779be2cb8b74a06b218d73dd0.zip CMake-e51969ac4935999779be2cb8b74a06b218d73dd0.tar.gz CMake-e51969ac4935999779be2cb8b74a06b218d73dd0.tar.bz2 |
ENH: Add useful search locations to find_package
This teaches find_package to search
<prefix>/(share|lib)/cmake/<name>*/
for package configuration files. Packages that do not already have
files in a <prefix>/lib/<name>* directory can use this location to avoid
cluttering the lib directory.
Diffstat (limited to 'Tests/FindPackageTest/lib')
-rw-r--r-- | Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config-version.cmake (renamed from Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake) | 0 | ||||
-rw-r--r-- | Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config.cmake (renamed from Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake b/Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config-version.cmake index b54d94c..b54d94c 100644 --- a/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config-version.cmake diff --git a/Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake b/Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config.cmake index deffa57..deffa57 100644 --- a/Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake +++ b/Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config.cmake |