From 7ddc3ea00494dca89b884924e91b4705a2afb717 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 26 May 2023 13:35:25 +0200 Subject: [PATCH] GzProtobuf: Do not require version 3 Signed-off-by: Silvio Traversaro --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5164d92..ca7ecfeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,9 +62,7 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======") #-------------------------------------- # Find Protobuf -set(REQ_PROTOBUF_VER 3) ign_find_package(IgnProtobuf - VERSION ${REQ_PROTOBUF_VER} REQUIRED COMPONENTS all PRETTY Protobuf)