summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2025-03-24 17:50:05 +0100
committerSander Vrijders <sander@ouroboros.rocks>2025-03-30 20:11:31 +0200
commit001c8496ebdacab326988e50df5cdc62ec1a020e (patch)
treeeeae5657895cf99366e26d7db2a5f3c0778db886 /cmake
parentff197dd32d6e6eeca3b9ad7442fe7771dc94fd69 (diff)
downloadouroboros-be.tar.gz
ouroboros-be.zip
build: Use protoc instead of protoc-cbe
Since protobuf-c version 1.5.1 using protoc-c is deprecated: https://github.com/protobuf-c/protobuf-c/pull/758 Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindProtobufC.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindProtobufC.cmake b/cmake/FindProtobufC.cmake
index ff532a46..ff892b5b 100644
--- a/cmake/FindProtobufC.cmake
+++ b/cmake/FindProtobufC.cmake
@@ -62,7 +62,7 @@ mark_as_advanced(PROTOBUF_C_INCLUDE_DIR)
# Find the protoc-c Executable
find_program(PROTOBUF_PROTOC_C_EXECUTABLE
- NAMES protoc-c
+ NAMES protoc protoc-c
DOC "The Google Protocol Buffers C Compiler"
)
mark_as_advanced(PROTOBUF_PROTOC_C_EXECUTABLE)