mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Merge topic 'FindProtobuf-variable-case'
a7b09e7f FindProtobuf: Rename variables to match case of module name
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
@@ -1,6 +1,6 @@
|
||||
FindProtobuf-version
|
||||
--------------------
|
||||
|
||||
* The :module:`FindProtobuf` module learned to provide a ``PROTOBUF_VERSION``
|
||||
* The :module:`FindProtobuf` module learned to provide a ``Protobuf_VERSION``
|
||||
variable and check the version number requested in a :command:`find_package`
|
||||
call.
|
||||
|
||||
Reference in New Issue
Block a user