mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
Merge pull request #2729
ed9e061
cmake: set minimum required CMake version to 3.5 (Ubuntu 16.04 LTS) (xiphon)
This commit is contained in:
commit
8a66f7b6f7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(monero-gui)
|
||||
|
||||
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
|
||||
|
|
Loading…
Reference in a new issue