Skip to content

Commit

Permalink
Merge pull request #276 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 Dec 14, 2024
2 parents b22ae4b + cd5f641 commit b1043bc
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 8cf1c05b4743636bbbfae2f1470523f98965dca3)
set (CHOPPER_HIBF_VERSION 06aaab39a3f5117c35d112e83241074178edab67)
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 02ed4f64d8ea5528a646e7693fdc5b939f1375f8)
set (CHOPPER_SHARG_VERSION d30629065de5b2160aba261d93e170cbdd7a4e36)
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 8759edde146b2adebe9151d2390af499714811ca)
set (CHOPPER_SEQAN3_VERSION 7ee839814e168ab57c4401d46e6114a801cebc28)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${CHOPPER_SEQAN3_VERSION} # main
Expand Down

0 comments on commit b1043bc

Please sign in to comment.