mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libsndfile: allow build with cmake-4.0.0
This commit is contained in:
parent
59d86f818b
commit
a0d0a9321b
@ -0,0 +1,10 @@
|
|||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index e3d91c0ea..c41bbce03 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-cmake_minimum_required (VERSION 3.1..3.18)
|
||||||
|
+cmake_minimum_required (VERSION 3.1...3.18)
|
||||||
|
|
||||||
|
# MSVC runtime library flags are selected by an abstraction, CMake >= 3.15
|
||||||
|
# This policy still need to be set even with cmake_minimum_required() command above.
|
Loading…
x
Reference in New Issue
Block a user