diff -ur sndfile.orig/CMakeLists.txt sndfile/CMakeLists.txt --- sndfile.orig/CMakeLists.txt 2023-08-13 01:53:51 +++ sndfile/CMakeLists.txt 2026-01-04 18:02:53 @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.1..3.18) +cmake_minimum_required (VERSION 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.