File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ set(RANGE_V3_INCLUDE_DIR "${prefix}/include")
12
12
ExternalProject_Add (range-v3-project
13
13
PREFIX "${prefix} "
14
14
DOWNLOAD_DIR "${CMAKE_SOURCE_DIR} /deps/downloads"
15
- DOWNLOAD_NAME range-v3-0.11 .0.tar.gz
16
- URL https://github.com/ericniebler/range-v3/archive/0.11 .0.tar.gz
17
- URL_HASH SHA256=376376615dbba43d3bef75aa590931431ecb49eb36d07bb726a19f680c75e20c
15
+ DOWNLOAD_NAME range-v3-0.12 .0.tar.gz
16
+ URL https://github.com/ericniebler/range-v3/archive/0.12 .0.tar.gz
17
+ URL_HASH SHA256=015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb
18
18
CMAKE_COMMAND ${RANGE_V3_CMAKE_COMMAND}
19
19
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
20
20
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ mv solidity solc
108
108
# Fetch dependencies
109
109
mkdir -p ./solc/deps/downloads/ 2> /dev/null || true
110
110
wget -O ./solc/deps/downloads/jsoncpp-1.9.3.tar.gz https://github.com/open-source-parsers/jsoncpp/archive/1.9.3.tar.gz
111
- wget -O ./solc/deps/downloads/range-v3-0.11 .0.tar.gz https://github.com/ericniebler/range-v3/archive/0.11 .0.tar.gz
111
+ wget -O ./solc/deps/downloads/range-v3-0.12 .0.tar.gz https://github.com/ericniebler/range-v3/archive/0.12 .0.tar.gz
112
112
wget -O ./solc/deps/downloads/fmt-8.0.1.tar.gz https://github.com/fmtlib/fmt/archive/8.0.1.tar.gz
113
113
114
114
# Determine version
You can’t perform that action at this time.
0 commit comments