build: Bump minimum CMake to 3.14.

This is required since the install() cleanup in
e690fc21bb.
This commit is contained in:
Matthew Gregan 2021-11-23 12:35:11 +13:00
Родитель 1099a30078
Коммит df1f3e9d87
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
# TODO
# - backend selection via command line, rather than simply detecting headers.
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(cubeb
VERSION 0.0.0)