summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest/FindSomePackage.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FPHSA: Add FOUND_VAR option to specify _FOUND variable nameAlex Neundorf2013-02-221-0/+6
In the new mode FPHSA now accepts a FOUND_VAR option, which can be set either to ExactCase_FOUND or UPPERCASE_FOUND, no other values are accepted. Also add tests for that, including failure. Alex