Skip to content

Commit

Permalink
Merge pull request #468 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 Feb 8, 2025
2 parents bf0abf4 + 0089ba0 commit 12ee89d
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 (RAPTOR_HIBF_VERSION 1df6a31672362fc8dd9e28ff4d2d04cf9d108fce)
set (RAPTOR_HIBF_VERSION 437789756ffe7b274255b01cb06ee56d7cd0d1e6)
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${RAPTOR_HIBF_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 666b87694bef9411d995e4678a26e5e9a31ca255)
set (RAPTOR_SEQAN3_VERSION ee18011f2f360850ced7337f5b0e170454e9398b)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${RAPTOR_SEQAN3_VERSION} # main
Expand Down Expand Up @@ -58,7 +58,7 @@ CPMDeclarePackage (benchmark
"CMAKE_MESSAGE_LOG_LEVEL WARNING" "CMAKE_CXX_STANDARD ${CMAKE_CXX_STANDARD}"
)
# googletest
set (RAPTOR_GOOGLETEST_VERSION 1.15.2)
set (RAPTOR_GOOGLETEST_VERSION 1.16.0)
CPMDeclarePackage (GTest
NAME GTest
VERSION ${RAPTOR_GOOGLETEST_VERSION}
Expand Down

0 comments on commit 12ee89d

Please sign in to comment.