Bump CMake minimum requirement to 3.5.0

This commit is contained in:
Sude 2023-07-22 16:09:46 +03:00
parent 586b0b5177
commit 5e29862d40
2 changed files with 2 additions and 2 deletions

View File

@ -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/")

View File

@ -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)