Skip to content

Commit

Permalink
Merge pull request #272 from seqan/actions/update_cpm_package_lock
Browse files Browse the repository at this point in the history
[INFRA] Update CPM Packages
  • Loading branch information
eseiler authored Nov 23, 2024
2 parents 4d9feff + de4bbac commit 1222ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This file should be committed to version control

# hibf
set (CHOPPER_HIBF_VERSION d389e194c028e6490144115cff42721be73dfd98)
set (CHOPPER_HIBF_VERSION e61e1e88f018d70a33752a204bc44dd20282d554)
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${CHOPPER_HIBF_VERSION} # main
Expand All @@ -16,7 +16,7 @@ CPMDeclarePackage (hibf
OPTIONS "INSTALL_HIBF OFF"
)
# sharg
set (CHOPPER_SHARG_VERSION c4367d1049322826e60c674b6bf24d3d0a8da999)
set (CHOPPER_SHARG_VERSION 215da66217957776691b7f8a572cf5a51d368b03)
CPMDeclarePackage (sharg
NAME sharg
GIT_TAG ${CHOPPER_SHARG_VERSION} # main
Expand All @@ -26,7 +26,7 @@ CPMDeclarePackage (sharg
OPTIONS "INSTALL_SHARG OFF" "INSTALL_TDL OFF" "CMAKE_MESSAGE_LOG_LEVEL WARNING" "BUILD_TESTING OFF"
)
# seqan3
set (CHOPPER_SEQAN3_VERSION 89cc4d384396a73e785db9ef43dd5efa7ec8644b)
set (CHOPPER_SEQAN3_VERSION c5a8eb5b7ac726a29706da69433d2faf3d0e9065)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${CHOPPER_SEQAN3_VERSION} # main
Expand Down

0 comments on commit 1222ae9

Please sign in to comment.