Skip to content

Commit

Permalink
Bump downloaded Catch2 version to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Dec 15, 2023
1 parent 1b987bf commit 23a4aed
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 @@ -27,7 +27,7 @@ else()
message(STATUS "Catch2 not found")
download_project(PROJ Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2
GIT_TAG v3.4.0
GIT_TAG v3.5.0
UPDATE_DISCONNECTED 1
)
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})
Expand Down

0 comments on commit 23a4aed

Please sign in to comment.