Skip to content

Commit

Permalink
Bump downloaded Catch2 version to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Jan 1, 2024
1 parent 7afa2ad commit 25e9363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2015-2023 Morwenn
# Copyright (c) 2015-2024 Morwenn
# SPDX-License-Identifier: MIT

include(cpp-sort-utils)
Expand Down 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.0
GIT_TAG v3.5.1
UPDATE_DISCONNECTED 1
)
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})
Expand Down

0 comments on commit 25e9363

Please sign in to comment.