From 87a9235cd14d65b26428d6905c83a6269d82d741 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 9 Jun 2023 12:17:36 +0200 Subject: [PATCH] GzProtobuf: Do not require version 3 (#346) Signed-off-by: Silvio Traversaro --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3376fa8..04b01f1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,9 +82,7 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======") #-------------------------------------- # Find Protobuf -set(REQ_PROTOBUF_VER 3) gz_find_package(GzProtobuf - VERSION ${REQ_PROTOBUF_VER} REQUIRED COMPONENTS all PRETTY Protobuf)