From d28ace80b62485bbc62b1274ad1b06219306c074 Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Fri, 2 Feb 2018 21:05:01 +0700 Subject: [PATCH] Set same Cmake version as of cpp-ethereum. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef437913e..43bac6ac0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.5.1) include("cmake/HunterGate.cmake") HunterGate( URL "https://github.com/ruslo/hunter/archive/v0.19.173.tar.gz"