summaryrefslogtreecommitdiffstats
path: root/libs/protobuf/patches/001-cmake4.patch
blob: 4d9d0225233dd73167b4c30f2bdc710420205546 (plain)
1
2
3
4
5
6
7
8
9
--- 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...")