Skip to content

Commit 3fc0771

Browse files
committed
Update catch2
1 parent dd49135 commit 3fc0771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set(CMAKE_CXX_STANDARD 17) # enable C++17 in Catch2...
3636

3737
FetchContent_Declare(catch2
3838
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
39-
GIT_TAG v3.2.0)
39+
GIT_TAG v3.4.0)
4040
FetchContent_MakeAvailable(catch2)
4141

4242
set(RUNTIME_TEST_FILES

0 commit comments

Comments
 (0)