Skip to content

Commit

Permalink
Bump downloaded Catch2 version to v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Apr 1, 2024
1 parent dcb53ae commit c86c76c
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.5.1
GIT_TAG v3.5.3
UPDATE_DISCONNECTED 1
)
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})
Expand Down

0 comments on commit c86c76c

Please sign in to comment.