From 9ba8c7d62442eed7865a818fd5d7791e9b7a018d Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Thu, 6 Jun 2024 11:45:50 +0200 Subject: [PATCH] Use simple naming scheme for sam without rg splitting --- CMakeLists.txt | 2 +- libs/genesis | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8163f3..303ee9b 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 "0a155c868b562af5f18670b598b00df540039553" ) #genesis_COMMIT_HASH# +SET( genesis_COMMIT_HASH "1a0a8d9550a9f21900dab7169eca9aea55cd3cf0" ) #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 0a155c8..1a0a8d9 160000 --- a/libs/genesis +++ b/libs/genesis @@ -1 +1 @@ -Subproject commit 0a155c868b562af5f18670b598b00df540039553 +Subproject commit 1a0a8d9550a9f21900dab7169eca9aea55cd3cf0