From c469410744d802147167c8c7a71292f2c0562e2a Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Tue, 18 Jun 2024 23:41:31 +0200 Subject: [PATCH] Update genesis to fix #23 --- CMakeLists.txt | 2 +- libs/genesis | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1040e05..037beb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,7 +168,7 @@ include( "${CMAKE_CURRENT_LIST_DIR}/tools/cmake/DownloadDependency.cmake" ) # These are replaced by tools/cmake/update_dependencies.sh to the hashes that are currently checked out. # Thus, do not replace the hashes manually! SET( CLI11_COMMIT_HASH "5cb3efabce007c3a0230e4cc2e27da491c646b6c" ) #CLI11_COMMIT_HASH# -SET( genesis_COMMIT_HASH "2963f5c9f17fa5cb27e894af523c14f711b5c512" ) #genesis_COMMIT_HASH# +SET( genesis_COMMIT_HASH "76b24dde721eacea3ec8186dd7a9a79915011dd6" ) #genesis_COMMIT_HASH# # Call the github download function, which takes four arguments: # - LIBPATH : Path to the libracy dir where dependencies are stored. diff --git a/libs/genesis b/libs/genesis index 2963f5c..76b24dd 160000 --- a/libs/genesis +++ b/libs/genesis @@ -1 +1 @@ -Subproject commit 2963f5c9f17fa5cb27e894af523c14f711b5c512 +Subproject commit 76b24dde721eacea3ec8186dd7a9a79915011dd6