From: Be Date: Wed, 13 Jan 2021 08:49:08 +0000 (-0600) Subject: CMake: bump minimum version to 3.0.0 to fix deprecation warning X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=c5d6563d1c2661cf37bc4e3c48950e18fbaa4bc1;p=portaudio CMake: bump minimum version to 3.0.0 to fix deprecation warning --- 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