Browse Source

Merge pull request #568 from artemii235/etomic

Use https for cpp-ethereum submodule.
etomic
jl777 7 years ago
committed by GitHub
parent
commit
04b17f6b80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules
  2. 2
      CMakeLists.txt

2
.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

2
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"

Loading…
Cancel
Save