Skip to content

Commit 3bc6813

Browse files
authored
Merge pull request #13250 from timweri/update_rangev3_to_0.12.0
Update rangev3 to 0.12.0
2 parents c8aed8c + 2215b6d commit 3bc6813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/range-v3.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ set(RANGE_V3_INCLUDE_DIR "${prefix}/include")
1212
ExternalProject_Add(range-v3-project
1313
PREFIX "${prefix}"
1414
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
1818
CMAKE_COMMAND ${RANGE_V3_CMAKE_COMMAND}
1919
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
2020
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}

scripts/release_ppa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ mv solidity solc
108108
# Fetch dependencies
109109
mkdir -p ./solc/deps/downloads/ 2>/dev/null || true
110110
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
112112
wget -O ./solc/deps/downloads/fmt-8.0.1.tar.gz https://github.com/fmtlib/fmt/archive/8.0.1.tar.gz
113113

114114
# Determine version

0 commit comments

Comments
 (0)