Skip to content

Commit

Permalink
Merge pull request #178 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 cfa9dc6 + c88e78d commit 8367aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

# seqan3
set (NEEDLE_SEQAN3_VERSION 666b87694bef9411d995e4678a26e5e9a31ca255)
set (NEEDLE_SEQAN3_VERSION ee18011f2f360850ced7337f5b0e170454e9398b)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${NEEDLE_SEQAN3_VERSION} # main
Expand All @@ -17,7 +17,7 @@ CPMDeclarePackage (seqan3
)

# googletest
set (NEEDLE_GOOGLETEST_VERSION 1.15.2)
set (NEEDLE_GOOGLETEST_VERSION 1.16.0)
CPMDeclarePackage (googletest
NAME GTest
VERSION ${NEEDLE_GOOGLETEST_VERSION}
Expand Down

0 comments on commit 8367aff

Please sign in to comment.