Skip to content

Commit

Permalink
Bring Catch2 forward for potential Sonoma issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 authored Oct 22, 2024
1 parent 6e40e3b commit d027f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if(BUILD_BLS_TESTS)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.3.2
GIT_TAG v3.7.1
)
FetchContent_MakeAvailable(Catch2)
find_package(Threads REQUIRED)
Expand Down

0 comments on commit d027f2c

Please sign in to comment.