Skip to content

Commit ce62df4

Browse files
authored
Merge pull request #155 from seqan/actions/update_cpm_package_lock
[INFRA] Update CPM Packages
2 parents eee0ee0 + b658556 commit ce62df4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.42.0)
6-
set (CPM_HASH_SUM "2020b4fc42dba44817983e06342e682ecfc3d2f484a581f11cc5731fbe4dce8a")
5+
set (CPM_DOWNLOAD_VERSION 0.42.1)
6+
set (CPM_HASH_SUM "f3a6dcc6a04ce9e7f51a127307fa4f699fb2bade357a8eb4c5b45df76e1dc6a5")
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ CPMDeclarePackage (hibf
1919
)
2020

2121
# sharg
22-
set (SHARG_VERSION d3b6c025554fc28a6f94d475fc136894b441432e CACHE STRING "")
22+
set (SHARG_VERSION 1.2.1 CACHE STRING "")
2323
CPMDeclarePackage (sharg
2424
NAME sharg
25-
GIT_TAG ${SHARG_VERSION} # main
25+
VERSION ${SHARG_VERSION}
26+
GIT_TAG ${SHARG_VERSION}
2627
GITHUB_REPOSITORY seqan/sharg-parser
2728
SYSTEM TRUE
2829
EXCLUDE_FROM_ALL TRUE

test/cli_fastq_coversion_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ TEST_F(fastq_to_fasta, no_options)
1313
app_test_result const result = execute_app("app-template");
1414
std::string_view const expected{"Fastq-to-Fasta-Converter\n"
1515
"========================\n"
16+
" app-template [-v|--verbose] [-o|--output path] [--] path\n"
1617
" Try -h or --help for more information.\n"};
1718

1819
EXPECT_SUCCESS(result);

0 commit comments

Comments
 (0)