Skip to content

Commit

Permalink
Update genesis to fix bug in pileup reader with sample filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Sep 13, 2021
1 parent 60d8f02 commit b0f8837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0f8837

Please sign in to comment.