Browse Source

Set same Cmake version as of cpp-ethereum.

etomic
Artem Pikulin 7 years ago
parent
commit
d28ace80b6
  1. 2
      CMakeLists.txt

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