Skip to content

Commit

Permalink
Merge pull request #1 from myrqs/master
Browse files Browse the repository at this point in the history
changed catch2 version to fix build for newer glibc version
  • Loading branch information
BenjaminHinchliff authored Aug 24, 2022
2 parents 0b259d9 + d5dd752 commit 899045a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(NOT ${Catch2_FOUND})
FetchContent_Declare(
catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1)
GIT_TAG v2.13.9)

FetchContent_GetProperties(Catch2)
if(NOT catch2_POPULATED)
Expand Down

0 comments on commit 899045a

Please sign in to comment.