From d7acb803ee63d06c048a8f46626a521042dd665f Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Fri, 2 Feb 2018 20:45:35 +0700 Subject: [PATCH 1/2] Use https for cpp-ethereum submodule. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 30c42111f..432d28c90 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "cpp-ethereum"] path = cpp-ethereum - url = git@github.com:artemii235/cpp-ethereum.git + url = https://github.com/artemii235/cpp-ethereum.git branch = develop From d28ace80b62485bbc62b1274ad1b06219306c074 Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Fri, 2 Feb 2018 21:05:01 +0700 Subject: [PATCH 2/2] 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"