libsndfile: allow build with cmake-4.0.0

This commit is contained in:
Rudi Heitbaum 2025-03-28 05:37:29 +00:00
parent 59d86f818b
commit a0d0a9321b

View File

@ -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.