Update the CMake version requirement to 3.11

This is required for FindIconv.
This commit is contained in:
Frédéric Mangano 2021-01-08 19:05:31 +01:00
parent 2d5db09bda
commit ea00b8fd80
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.11)
project(
opustags

View File

@ -22,7 +22,7 @@ Requirements
* a POSIX-compliant system,
* a C++17 compiler,
* CMake ≥ 3.9,
* CMake ≥ 3.11,
* libogg 1.3.3.
The version numbers are indicative, and it's very likely opustags will build and work fine with