From 20840b6807d9e02ec5f4cec8c94b2e05a848d427 Mon Sep 17 00:00:00 2001 From: Krzysztof Naglik Date: Mon, 5 Dec 2022 15:49:12 +0100 Subject: [PATCH] Fix nanopb [BUILD-380] --- FindNanopb.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/FindNanopb.cmake b/FindNanopb.cmake index ed94fe2..95f7bf3 100644 --- a/FindNanopb.cmake +++ b/FindNanopb.cmake @@ -12,6 +12,7 @@ include("GenericFindDependency") option(nanopb_BUILD_GENERATOR "" OFF) +option(NANOPB_PROTOC_OLDER_THAN_3_6_0 "" ON) GenericFindDependency( TARGET protobuf-nanopb SOURCE_DIR "nanopb"