Skip to content

Commit

Permalink
[c++] Avoid intermittent CI fail building catch2 (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Oct 25, 2023
1 parent 09f9daf commit 083c198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/cmake/Modules/FindCatch_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1
GIT_TAG v3.4.0
)

cmake_host_system_information(RESULT OS_RELEASE QUERY OS_RELEASE)
Expand Down

0 comments on commit 083c198

Please sign in to comment.