summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest/FindLotsOfComponents.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FPHSA(): add HANDLE_COMPONENTS optionAlex Neundorf2012-03-191-0/+10
if the HANDLE_COMPONENTS is used, FPHSA() now also checks all required COMPONENTS, i.e. all elements from <name>_FIND_COMPONENTS for which <name>_FIND_REQUIRED_<comp> is true, and sets <name>_FOUND only to true if all have been found. As discussed on cmake-developers. Alex