From 5e29862d40d8bdd8da570a8845dd05df4aedca69 Mon Sep 17 00:00:00 2001 From: Sude Date: Sat, 22 Jul 2023 16:09:46 +0300 Subject: [PATCH] Bump CMake minimum requirement to 3.5.0 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa0ea7f..16d2b9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) project (lgogdownloader LANGUAGES C CXX VERSION 3.11) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") diff --git a/README.md b/README.md index ce18a7f..0551f08 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It uses the same API as GOG Galaxy which doesn't have Linux support at the momen * [qtwebengine](https://www.qt.io/) if built with -DUSE_QT_GUI=ON ## Make dependencies -* [cmake](https://cmake.org/) >= 3.0.0 +* [cmake](https://cmake.org/) >= 3.5.0 * [ninja](https://github.com/ninja-build/ninja) * [help2man](https://www.gnu.org/software/help2man/help2man.html) (optional, man page generation)