Skip to content

Commit

Permalink
Use simple naming scheme for sam without rg splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 6, 2024
1 parent 3df360e commit 9ba8c7d
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 @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libs/genesis

0 comments on commit 9ba8c7d

Please sign in to comment.