From 270bf59817881eb19fae09a154596a5bd377af08 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 3 Jun 2021 21:32:41 +1000 Subject: [PATCH] dep/libsamplerate: Sync minimum cmake version with main --- dep/libsamplerate/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/libsamplerate/CMakeLists.txt b/dep/libsamplerate/CMakeLists.txt index f89b25484..6df4e8836 100644 --- a/dep/libsamplerate/CMakeLists.txt +++ b/dep/libsamplerate/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1..3.18) +cmake_minimum_required(VERSION 3.10) # Policies