From 2022f6f75b939155a56f7e39ed5d7f38bb1726d0 Mon Sep 17 00:00:00 2001 From: Sascha Kuehl Date: Sun, 14 Apr 2024 11:41:09 +0200 Subject: [PATCH] updated catch2 to 3.5.4 --- backends/mysql/test/CMakeLists.txt | 2 +- backends/postgres/test/CMakeLists.txt | 2 +- backends/sqlite/test/CMakeLists.txt | 2 +- test/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backends/mysql/test/CMakeLists.txt b/backends/mysql/test/CMakeLists.txt index 7588901..e867785 100644 --- a/backends/mysql/test/CMakeLists.txt +++ b/backends/mysql/test/CMakeLists.txt @@ -3,7 +3,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.4.0 # or a later release + GIT_TAG v3.5.4 # or a later release ) FetchContent_MakeAvailable(Catch2) diff --git a/backends/postgres/test/CMakeLists.txt b/backends/postgres/test/CMakeLists.txt index ed1497f..7131435 100644 --- a/backends/postgres/test/CMakeLists.txt +++ b/backends/postgres/test/CMakeLists.txt @@ -3,7 +3,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.4.0 # or a later release + GIT_TAG v3.5.4 # or a later release ) FetchContent_MakeAvailable(Catch2) diff --git a/backends/sqlite/test/CMakeLists.txt b/backends/sqlite/test/CMakeLists.txt index e3d0f3a..284a284 100644 --- a/backends/sqlite/test/CMakeLists.txt +++ b/backends/sqlite/test/CMakeLists.txt @@ -3,7 +3,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.4.0 # or a later release + GIT_TAG v3.5.4 # or a later release ) FetchContent_MakeAvailable(Catch2) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 843f492..05f2679 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,7 +3,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.4.0 # or a later release + GIT_TAG v3.5.4 # or a later release ) FetchContent_MakeAvailable(Catch2)