mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
soxr: allow build with cmake-4.0.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt 2018-02-23 21:39:25.000000000 +0000
|
||||
+++ b/CMakeLists.txt 2025-03-28 00:22:35.418513539 +0000
|
||||
@@ -1,7 +1,7 @@
|
||||
# SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net
|
||||
# Licence for this file: LGPL v2.1 See LICENCE for details.
|
||||
|
||||
-cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
|
||||
+cmake_minimum_required (VERSION 3.1...3.10 FATAL_ERROR)
|
||||
|
||||
project (soxr C)
|
||||
set (DESCRIPTION_SUMMARY
|
||||
Reference in New Issue
Block a user