File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
88if (CPM_SOURCE_CACHE)
99 set (CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE} /cpm/CPM_${CPM_DOWNLOAD_VERSION} .cmake" )
Original file line number Diff line number Diff 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.3 CACHE STRING "" )
34+ set (SEQAN3_BENCHMARK_VERSION 1.9.4 CACHE STRING "" )
3535CPMDeclarePackage (benchmark
3636 NAME benchmark
3737 VERSION ${SEQAN3_BENCHMARK_VERSION}
You can’t perform that action at this time.
0 commit comments