diff options
Diffstat (limited to 'vcpkg/ports/marble/protobuf.patch')
| -rw-r--r-- | vcpkg/ports/marble/protobuf.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/marble/protobuf.patch b/vcpkg/ports/marble/protobuf.patch new file mode 100644 index 0000000..0df882a --- /dev/null +++ b/vcpkg/ports/marble/protobuf.patch @@ -0,0 +1,12 @@ +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)
|