From f3641797513b9d20985a4f996753592794a3e3ee Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 10 Jun 2023 02:51:59 +0200 Subject: [PATCH] Support protobuf >= 22 (#351) Signed-off-by: Silvio Traversaro --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 041cae04..e9ccbffd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,9 +38,7 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======") #-------------------------------------- # Find Protobuf -set(REQ_PROTOBUF_VER 3) ign_find_package(IgnProtobuf - VERSION ${REQ_PROTOBUF_VER} REQUIRED PRETTY Protobuf)