mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
lzo: allow build with cmake-4.0.0
This commit is contained in:
parent
e68ed23bd1
commit
09d47b7fb8
@ -0,0 +1,11 @@
|
|||||||
|
--- a/CMakeLists.txt 2017-03-01 19:54:14.000000000 +0000
|
||||||
|
+++ b/CMakeLists.txt 2025-03-27 23:36:08.260236301 +0000
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
# All Rights Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
|
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||||
|
+cmake_minimum_required(VERSION 3.0...3.10 FATAL_ERROR)
|
||||||
|
|
||||||
|
#
|
||||||
|
# simple usage example (Unix):
|
Loading…
x
Reference in New Issue
Block a user