Skip to content

Commit

Permalink
Set Protobuf_VERSION_MAJOR, Protobuf_VERSION_MINOR, Protobuf_VERSION_…
Browse files Browse the repository at this point in the history
…PATCH.
  • Loading branch information
KerstinKeller committed Jun 18, 2024
1 parent 9785758 commit d0d8afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thirdparty/protobuf/build-protobuf.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
set(Protobuf_PROTOC_EXECUTABLE protoc)
set(Protobuf_VERSION 3.11.4)
set(Protobuf_VERSION_MAJOR 3)
set(Protobuf_VERSION_MINOR 11)
set(Protobuf_VERSION_PATCH 4)

include_guard(GLOBAL)

Expand Down

0 comments on commit d0d8afa

Please sign in to comment.