Skip to content

Commit 03307e1

Browse files
committed
Bump minimum CMake version to 3.19.
We've depended on this since at least 20154a3.
1 parent c486fe0 commit 03307e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TODO
22
# - backend selection via command line, rather than simply detecting headers.
33

4-
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
4+
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
55
cmake_policy(SET CMP0091 NEW)
66
project(cubeb
77
VERSION 0.0.0)

0 commit comments

Comments
 (0)