CMake: bump minimum version to 3.0.0 to fix deprecation warning

This commit is contained in:
Be 2021-01-13 02:49:08 -06:00 committed by Phil Burk
commit c5d6563d1c

View file

@ -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