Skip to content

Commit

Permalink
cmake: Upgrade dependencies (#540)
Browse files Browse the repository at this point in the history
- Hunter 0.24.5 → 0.24.11
- intx 0.8.0 → 0.9.0 (performance improvements for GCC)
- GTest 1.11.0 → 1.12.1
  • Loading branch information
chfast authored Dec 16, 2022
1 parent 9d4697f commit 5be5834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2019 The evmone Authors.
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.16...3.23)
cmake_minimum_required(VERSION 3.16...3.24)

if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/evmc/.git)
message(FATAL_ERROR "Git submodules not initialized, execute:\n git submodule update --init")
Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(HUNTER_CONFIGURATION_TYPES Release CACHE STRING "Build type of Hunter packag
include(HunterGate)

HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.24.5.tar.gz"
SHA1 "d7279c19372938dbb14c6ed511bdcb6e938ac5df"
URL "https://github.com/cpp-pm/hunter/archive/v0.24.11.tar.gz"
SHA1 "e49fb20a135675e406e95fbe9a591a630ccbbeaf"
LOCAL
)

0 comments on commit 5be5834

Please sign in to comment.