Skip to content

Commit

Permalink
[INFRA] Update CPM Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Dec 21, 2024
1 parent 700b678 commit 5110e6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 (RAPTOR_HIBF_VERSION 8cf1c05b4743636bbbfae2f1470523f98965dca3)
set (RAPTOR_HIBF_VERSION 6e89a81d296abd44ee3ada2e7b58ca845bc2751f)
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${RAPTOR_HIBF_VERSION} # main
Expand All @@ -16,7 +16,7 @@ CPMDeclarePackage (hibf
OPTIONS "INSTALL_HIBF OFF"
)
# sharg
set (RAPTOR_SHARG_VERSION 02ed4f64d8ea5528a646e7693fdc5b939f1375f8)
set (RAPTOR_SHARG_VERSION d30629065de5b2160aba261d93e170cbdd7a4e36)
CPMDeclarePackage (sharg
NAME sharg
GIT_TAG ${RAPTOR_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 (RAPTOR_SEQAN3_VERSION 8759edde146b2adebe9151d2390af499714811ca)
set (RAPTOR_SEQAN3_VERSION 787d7249fffe509f2bec91c47c6c88b3fa9dd420)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${RAPTOR_SEQAN3_VERSION} # main
Expand All @@ -36,7 +36,7 @@ CPMDeclarePackage (seqan3
OPTIONS "INSTALL_SEQAN3 OFF" "CMAKE_MESSAGE_LOG_LEVEL WARNING"
)
# chopper
set (RAPTOR_CHOPPER_VERSION 3c01d659ae84792fe8a6248960a79ea57633a20a)
set (RAPTOR_CHOPPER_VERSION b1043bcb57cc4685687836e08b22d573077a7188)
CPMDeclarePackage (chopper
NAME chopper
GIT_TAG ${RAPTOR_CHOPPER_VERSION} # main
Expand Down

0 comments on commit 5110e6a

Please sign in to comment.