From c5d6563d1c2661cf37bc4e3c48950e18fbaa4bc1 Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 13 Jan 2021 02:49:08 -0600 Subject: [PATCH] CMake: bump minimum version to 3.0.0 to fix deprecation warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 122fe93..f0562a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # http://www.portaudio.com/trac/wiki/TutorialDir/Compile/CMake # -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0) # Check if the user is building PortAudio stand-alone or as part of a larger # project. If this is part of a larger project (i.e. the CMakeLists.txt has -- 2.43.0