Skip to content

Commit 4f73c0a

Browse files
authored
Support protobuf >= 22 (#351)
Signed-off-by: Silvio Traversaro <[email protected]>
1 parent f25ac3c commit 4f73c0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======")
3838

3939
#--------------------------------------
4040
# Find Protobuf
41-
set(REQ_PROTOBUF_VER 3)
4241
ign_find_package(IgnProtobuf
43-
VERSION ${REQ_PROTOBUF_VER}
4442
REQUIRED
4543
PRETTY Protobuf)
4644

0 commit comments

Comments
 (0)