Skip to content

Commit 6a1f1f0

Browse files
authored
Merge pull request #289 from seqan/actions/update_cpm_package_lock
[INFRA] Update CPM Packages
2 parents 90d4a18 + 14d8f4d commit 6a1f1f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/CPM.cmake

Lines changed: 2 additions & 2 deletions
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.41.0)
6-
set (CPM_HASH_SUM "e570f03806b9aae2082ca5b950a9e6b3b41ad56972a78a876aedcaad16653116")
5+
set (CPM_DOWNLOAD_VERSION 0.42.0)
6+
set (CPM_HASH_SUM "2020b4fc42dba44817983e06342e682ecfc3d2f484a581f11cc5731fbe4dce8a")
77

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

cmake/package-lock.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CPMDeclarePackage (simde
2323
GITHUB_REPOSITORY simd-everywhere/simde
2424
DOWNLOAD_ONLY YES QUIET YES)
2525
# benchmark
26-
set (HIBF_BENCHMARK_VERSION 1.9.3 CACHE STRING "" FORCE)
26+
set (HIBF_BENCHMARK_VERSION 1.9.4 CACHE STRING "" FORCE)
2727
CPMDeclarePackage (benchmark
2828
NAME benchmark
2929
VERSION ${HIBF_BENCHMARK_VERSION}

0 commit comments

Comments
 (0)