Merge topic 'FindProtobuf-variable-case'

a7b09e7f FindProtobuf: Rename variables to match case of module name
This commit is contained in:
Brad King
2016-03-11 08:30:46 -05:00
committed by CMake Topic Stage
4 changed files with 121 additions and 69 deletions
@@ -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 -1
View File
@@ -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.