From d1a70c36d4f4abf4d83c3a0a16ebb395307a550c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Sat, 5 Apr 2025 19:52:17 +0200 Subject: [PATCH] [cmake] Increase minimum required version of CMake to 3.5 CMake 4 refuses to accept a minimum required version below 3.5 without additional flags. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 725cac807..6d4bf46c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.5) project(PortAudio VERSION 19.8) #