0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-23 01:07:10 +00:00
termux-packages/packages/android-tools/vendor_CMakeLists.txt.patch
2023-09-06 00:54:12 +08:00

11 lines
337 B
Diff

--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -73,7 +73,6 @@
pkg_check_modules(libusb-1.0 REQUIRED IMPORTED_TARGET libusb-1.0)
pkg_check_modules(libzstd REQUIRED IMPORTED_TARGET libzstd)
-find_package(Protobuf CONFIG)
find_package(Protobuf REQUIRED)
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)