Skip to content

Commit

Permalink
Bump downloaded Catch2 version to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Jul 13, 2023
1 parent ae3ecdd commit c42939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
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.3.2
GIT_TAG v3.4.0
UPDATE_DISCONNECTED 1
)
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})
Expand Down

0 comments on commit c42939d

Please sign in to comment.