mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
1955859cd4
Move existing protobuf package to protobuf-compat to support packages that don't work with modern version of Protobuf. Install headers and libraries into /usr/protobuf-compat so as not to confuse other packages with duplicate headers, and to prevent paths conflicts with non-compat Protobuf. Install link protoc as protoc-compat. Signed-off-by: George Sapkin <george@sapk.in>
10 lines
250 B
Diff
10 lines
250 B
Diff
--- a/cmake/CMakeLists.txt
|
|
+++ b/cmake/CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
# Minimum CMake required
|
|
-cmake_minimum_required(VERSION 3.1.3)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
|
|
if(protobuf_VERBOSE)
|
|
message(STATUS "Protocol Buffers Configuring...")
|