Skip to content

Commit fe8558d

Browse files
authored
Merge pull request #1088 from aphage/dev
fix: catchorg/Catch2#2421
2 parents 5dee3f7 + 91ebcef commit fe8558d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
44
FetchContent_Declare(
55
catch2
66
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
7-
GIT_TAG v2.13.2
7+
GIT_TAG v2.13.5
88
)
99
endif()
1010

1111
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
1212
add_subdirectory(catch2)
1313
endif()
14-
add_subdirectory(sqlite3)
14+
add_subdirectory(sqlite3)

0 commit comments

Comments
 (0)