mirror of https://github.com/OpenIPC/firmware.git
Patches: increase hiredis cmake version (#1782)
parent
e6bca9ab11
commit
ed7f561ddb
|
@ -0,0 +1,10 @@
|
|||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 0fcf29b..90337be 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)
|
||||
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10.0)
|
||||
|
||||
OPTION(BUILD_SHARED_LIBS "Build shared libraries" ON)
|
||||
OPTION(ENABLE_SSL "Build hiredis_ssl for SSL support" OFF)
|
Loading…
Reference in New Issue