FindProtobuf: Change protobuf_generate(DEPENDENCIES) argument to multi-value

This is a sync with the upstream `protobuf_generate()` command which has
this argument provided as a multi-value argument as of Protobuf 6.30.0
version (`cmake/protobuf-generate.cmake`).
This commit is contained in:
Peter Kokot
2025-05-01 05:43:29 +02:00
parent 07a30dc075
commit c375b3da9f
2 changed files with 16 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
FindProtobuf
------------
* The :module:`FindProtobuf` module's :command:`protobuf_generate(DEPENDENCIES)`
command argument now accepts multiple values.