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.40.8 )
6- set (CPM_HASH_SUM "78ba32abdf798bc616bab7c73aac32a17bbd7b06ad9e26a6add69de8f3ae4791 " )
5+ set (CPM_DOWNLOAD_VERSION 0.41.0 )
6+ set (CPM_HASH_SUM "e570f03806b9aae2082ca5b950a9e6b3b41ad56972a78a876aedcaad16653116 " )
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 @@ -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.2 CACHE STRING "" FORCE )
26+ set (HIBF_BENCHMARK_VERSION 1.9.3 CACHE STRING "" FORCE )
2727CPMDeclarePackage (benchmark
2828 NAME benchmark
2929 VERSION ${HIBF_BENCHMARK_VERSION}
You can’t perform that action at this time.
0 commit comments