Skip to content

Commit 22749cb

Browse files
committed
Bump Catch2 version to 2.13.9
1 parent 592ff2f commit 22749cb

File tree

2 files changed

+6565
-2670
lines changed

2 files changed

+6565
-2670
lines changed

src/Trinity.C.UnitTest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ macro(add_cpp_test test_name)
1010
add_test(${test_name} ${test_name})
1111
endmacro()
1212

13-
# file(DOWNLOAD https://github.com/catchorg/Catch2/releases/download/v2.4.2/catch.hpp ${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp)
13+
file(DOWNLOAD https://github.com/catchorg/Catch2/releases/download/v2.13.9/catch.hpp ${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp)
1414

1515
add_cpp_test(InitializeLocalMemoryStorage)
1616
add_cpp_test(DirectoryTest)

0 commit comments

Comments
 (0)