mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
FindProtobuf: check version
Check found libraries version to match user required version. Protobuf compiler executable version is checked to be aligned with found libraries, raising a warning message otherwise.
This commit is contained in:
committed by
Brad King
parent
8dfb6f8b37
commit
bb7a41ab9b
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user