FPHSA: Always populate the ExactCase_FOUND variable (#15412).

The UPPERCASE name was inconsistent with config-packages, the
find_dependency macro, and even FPHSA itself, which expects
components to be specified with names matching ExactCase.

The FOUND_VAR was only permitted to have two possible values, and
now both are set for compatibility.  Document it as obsolete, and
adjust the code for the same.  Users of the variable should just
remove it.
This commit is contained in:
Stephen Kelly 2015-02-23 22:23:11 +01:00 committed by Brad King
parent cdc53b62c2
commit d1a6d15bcd
5 changed files with 48 additions and 37 deletions