summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest/lib/RecursiveA/recursivea-config.cmake
Commit message (Collapse)AuthorAgeFilesLines
* find_package: Forward component list for recursive calls in modulesBrad King2011-04-071-0/+3
| | | | | | | | | Some find modules call find_package recursively to locate a package configuration file for the package instead of searching for individual pieces. Commit 79e9b755 (Help recursive find_package calls in modules, 2008-10-03) taught find_package to forward the version number and EXACT arguments through the recursive call automatically. Do the same for the component list.
* ENH: Help recursive find_package calls in modulesBrad King2008-10-031-0/+1
These changes teach find_package to behave nicely when invoked recursively inside a find-module for the same package. The module will never be recursively loaded again. Version arguments are automatically forwarded.