We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592ff2f commit 22749cbCopy full SHA for 22749cb
src/Trinity.C.UnitTest/CMakeLists.txt
@@ -10,7 +10,7 @@ macro(add_cpp_test test_name)
10
add_test(${test_name} ${test_name})
11
endmacro()
12
13
-# file(DOWNLOAD https://github.com/catchorg/Catch2/releases/download/v2.4.2/catch.hpp ${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp)
+file(DOWNLOAD https://github.com/catchorg/Catch2/releases/download/v2.13.9/catch.hpp ${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp)
14
15
add_cpp_test(InitializeLocalMemoryStorage)
16
add_cpp_test(DirectoryTest)
0 commit comments