Skip to content

Commit

Permalink
[INFRA] Use seqan3 main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Feb 9, 2024
1 parent 91e31ed commit a5290a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/detail/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sharg_test (type_name_as_string_test.cpp)
sharg_test (version_check_debug_test.cpp)
sharg_test (version_check_release_test.cpp)

file (DOWNLOAD https://raw.githubusercontent.com/seqan/seqan3/master/include/seqan3/version.hpp
file (DOWNLOAD https://raw.githubusercontent.com/seqan/seqan3/main/include/seqan3/version.hpp
${CMAKE_BINARY_DIR}/include/seqan3/version.hpp)
sharg_test (seqan3_test.cpp)
target_include_directories (seqan3_test SYSTEM PUBLIC ${CMAKE_BINARY_DIR}/include)
4 changes: 4 additions & 0 deletions test/unit/detail/seqan3_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

#include <sharg/parser.hpp>

#if !__has_include(<seqan3/version.hpp>)
# error "seqan3/version.hpp is not available"
#endif

std::string const basic_options_str = " Common options\n"
" -h, --help\n"
" Prints the help page.\n"
Expand Down

0 comments on commit a5290a2

Please sign in to comment.