Skip to content

Commit

Permalink
Merge pull request #3183 from eseiler/infra/use_sharg_release
Browse files Browse the repository at this point in the history
[INFRA] Use Sharg 1.1.1 for integration test
  • Loading branch information
eseiler authored Aug 8, 2023
2 parents 78e9bb5 + 281c0da commit 165a495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/external_project/install-sharg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ endif ()
ExternalProject_Add (
sharg_test_prerequisite
PREFIX sharg_test_prerequisite
URL "https://github.com/seqan/sharg-parser/releases/download/1.1.1-rc.1/sharg-1.1.1-rc.1-Source.tar.xz"
URL_HASH SHA256=99f604e9f7807085210890650e318be1e4e4effd4307da1d45a56d330524ea66
URL "https://github.com/seqan/sharg-parser/releases/download/1.1.1/sharg-1.1.1-Source.tar.xz"
URL_HASH SHA256=7330f06501718e7871e55e5fd70d0e41472cc8b34bd0e3519f8c5547510c671c
CMAKE_ARGS ${SEQAN3_EXTERNAL_PROJECT_CMAKE_ARGS} #
"-DCMAKE_INSTALL_PREFIX=${SEQAN3_SYSTEM_PREFIX}"
STEP_TARGETS configure install
Expand Down

1 comment on commit 165a495

@vercel
Copy link

@vercel vercel bot commented on 165a495 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-git-master-seqan.vercel.app
seqan3.vercel.app
seqan3-seqan.vercel.app

Please sign in to comment.