]> Repos - portaudio/commitdiff
CMake: bump minimum version to 3.0.0 to fix deprecation warning
authorBe <be@mixxx.org>
Wed, 13 Jan 2021 08:49:08 +0000 (02:49 -0600)
committerPhil Burk <philburk@mobileer.com>
Thu, 29 Apr 2021 00:13:32 +0000 (17:13 -0700)
CMakeLists.txt

index 122fe932f8a9e435a50c028a84be012f8001c0a3..f0562a1e9072c231710e768dbc0e527621c7e58c 100644 (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