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.
7 lines
208 B
ReStructuredText
7 lines
208 B
ReStructuredText
FindProtobuf-version
|
|
--------------------
|
|
|
|
* The :module:`FindProtobuf` module learned to provide a ``Protobuf_VERSION``
|
|
variable and check the version number requested in a :command:`find_package`
|
|
call.
|