From ed9e0614894850ba20d51801e8f7390e54706fe0 Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 17 Jan 2020 10:51:21 +0000 Subject: [PATCH] cmake: set minimum required CMake version to 3.5 (Ubuntu 16.04 LTS) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 529b2730..56ea93f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")