Skip to content

Commit 4dd3ff1

Browse files
committed
[cmake] Increase minimum required version of CMake to 3.10
CMake 3.31 and newer warn that versions older than 3.10 are deprecated.
1 parent 96dedbd commit 4dd3ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(PortAudio VERSION 19.8)
33

44
#

0 commit comments

Comments
 (0)