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 )