mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-08 08:23:22 +01:00
Bump CMake minimum requirement to 3.5.0
This commit is contained in:
parent
586b0b5177
commit
5e29862d40
@ -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/")
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user