zeek/auxil/vcpkg/ports/marble/protobuf.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
344 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8f024c2a..307735839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,6 +109,7 @@ endif()
# Find Qt dependencies
find_package(Protobuf)
+set(Protobuf_FOUND 0)
set_package_properties(Protobuf PROPERTIES TYPE OPTIONAL PURPOSE "Parsing of OSM PBF files.")
if(ANDROID)