Skip to content

Commit ca62168

Browse files
authored
Merge pull request #3363 from seqan/actions/update_cpm_package_lock
[INFRA] Update CPM Packages
2 parents 36f5e51 + 4275985 commit ca62168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/CPM.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors
44

5-
set (CPM_DOWNLOAD_VERSION 0.40.8)
6-
set (CPM_HASH_SUM "78ba32abdf798bc616bab7c73aac32a17bbd7b06ad9e26a6add69de8f3ae4791")
5+
set (CPM_DOWNLOAD_VERSION 0.41.0)
6+
set (CPM_HASH_SUM "e570f03806b9aae2082ca5b950a9e6b3b41ad56972a78a876aedcaad16653116")
77

88
if (CPM_SOURCE_CACHE)
99
set (CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")

cmake/package-lock.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CPMDeclarePackage (cereal
3131
SYSTEM TRUE
3232
OPTIONS "JUST_INSTALL_CEREAL ON" "CMAKE_MESSAGE_LOG_LEVEL WARNING")
3333
# benchmark
34-
set (SEQAN3_BENCHMARK_VERSION 1.9.2 CACHE STRING "")
34+
set (SEQAN3_BENCHMARK_VERSION 1.9.3 CACHE STRING "")
3535
CPMDeclarePackage (benchmark
3636
NAME benchmark
3737
VERSION ${SEQAN3_BENCHMARK_VERSION}

0 commit comments

Comments
 (0)