File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
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.42.0 )
6- set (CPM_HASH_SUM "2020b4fc42dba44817983e06342e682ecfc3d2f484a581f11cc5731fbe4dce8a " )
5+ set (CPM_DOWNLOAD_VERSION 0.42.1 )
6+ set (CPM_HASH_SUM "f3a6dcc6a04ce9e7f51a127307fa4f699fb2bade357a8eb4c5b45df76e1dc6a5 " )
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.4 CACHE STRING "" FORCE )
26+ set (HIBF_BENCHMARK_VERSION 1.9.5 CACHE STRING "" FORCE )
2727CPMDeclarePackage (benchmark
2828 NAME benchmark
2929 VERSION ${HIBF_BENCHMARK_VERSION}
Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ include (../hibf-test.cmake)
1313set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR} /bin" )
1414
1515CPMAddPackage (NAME seqan3
16- GIT_TAG main
16+ VERSION 3.4.0
17+ GIT_TAG 3.4.0
1718 GITHUB_REPOSITORY seqan/seqan3
1819 SYSTEM TRUE
1920 EXCLUDE_FROM_ALL TRUE
2021 OPTIONS "INSTALL_SEQAN3 OFF" "CMAKE_MESSAGE_LOG_LEVEL WARNING" )
2122
2223CPMAddPackage (NAME sharg
23- GIT_TAG main
24+ VERSION 1.2.1
25+ GIT_TAG 1.2.1
2426 GITHUB_REPOSITORY seqan/sharg-parser
2527 SYSTEM TRUE
2628 EXCLUDE_FROM_ALL TRUE
You can’t perform that action at this time.
0 commit comments