From ea00b8fd8089ffce58e9826c05aae4da90af3ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Fri, 8 Jan 2021 19:05:31 +0100 Subject: [PATCH] Update the CMake version requirement to 3.11 This is required for FindIconv. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f6b363..c35a4e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.11) project( opustags diff --git a/README.md b/README.md index 1252bac..1c9181c 100644 --- a/README.md +++ b/README.md @@ -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