From b0f8837e4d5864f1c19a3fe77f6589c4988b2e1f Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Mon, 13 Sep 2021 15:38:34 -0700 Subject: [PATCH] Update genesis to fix bug in pileup reader with sample filtering --- CMakeLists.txt | 2 +- libs/genesis | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b66540..1853836 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,7 +128,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 "139ef2822389fd69776bfe7ea3c70858ed4b0718" ) #genesis_COMMIT_HASH# +SET( genesis_COMMIT_HASH "00cb9880a8942cd518533f795d2ab55462a7a73e" ) #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 139ef28..00cb988 160000 --- a/libs/genesis +++ b/libs/genesis @@ -1 +1 @@ -Subproject commit 139ef2822389fd69776bfe7ea3c70858ed4b0718 +Subproject commit 00cb9880a8942cd518533f795d2ab55462a7a73e