a7b09e7f43
Use recommended case for variable names. i.e. matching name of the module as passed to `find_package`. For backwards compatibility, the upper case versions of both input and output variables are used and defined when appropriate. Skip this for the _FOUND variable because FPHSA already does it. Skip this for the _VERSION variable because that was recently added and never available with the old name in a release of CMake.
8 lines
337 B
ReStructuredText
8 lines
337 B
ReStructuredText
FindProtobuf-variable-case
|
|
--------------------------
|
|
|
|
* The :module:`FindProtobuf` module input and output variables were all renamed
|
|
from ``PROTOBUF_`` to ``Protobuf_`` for consistency with other find modules.
|
|
Input variables of the old case will be honored if provided, and output
|
|
variables of the old case are always provided.
|