CMake: bump minimum version to 3.0.0 to fix deprecation warning
This commit is contained in:
parent
32f5cbda7e
commit
c5d6563d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
# http://www.portaudio.com/trac/wiki/TutorialDir/Compile/CMake
|
# 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
|
# 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
|
# project. If this is part of a larger project (i.e. the CMakeLists.txt has
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue