From c69a6e5f80fd3516603a3dcb671079db3f89aabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 16 Dec 2022 10:57:57 +0100 Subject: [PATCH] cmake: Upgrade dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- CMakeLists.txt | 2 +- cmake/Hunter/init.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f816e04e12..a009a11a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/cmake/Hunter/init.cmake b/cmake/Hunter/init.cmake index 64e4e127c8..d130a40e4a 100644 --- a/cmake/Hunter/init.cmake +++ b/cmake/Hunter/init.cmake @@ -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 )