diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt index 7078b1bd3..9d4934238 100644 --- a/dependencies/CMakeLists.txt +++ b/dependencies/CMakeLists.txt @@ -4,11 +4,11 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) FetchContent_Declare( catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.2 + GIT_TAG v2.13.5 ) endif() if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) add_subdirectory(catch2) endif() -add_subdirectory(sqlite3) \ No newline at end of file +add_subdirectory(sqlite3)