d1a6d15bcd
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.
11 lines
371 B
ReStructuredText
11 lines
371 B
ReStructuredText
FPHSA-ExactCase-name
|
|
--------------------
|
|
|
|
* The :module:`FindPackageHandleStandardArgs` module
|
|
``FIND_PACKAGE_HANDLE_STANDARD_ARGS`` function now
|
|
always populates the both ``<PackageName>_FOUND``
|
|
and ``<UPPERCASE_NAME>_FOUND`` variables (the latter
|
|
for backwards compatibility). The ``FOUND_VAR``
|
|
option is now ignored except to enforce its allowed
|
|
values.
|