aboutsummaryrefslogtreecommitdiff
path: root/samples/common/cmake/find_catch.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'samples/common/cmake/find_catch.cmake')
-rw-r--r--samples/common/cmake/find_catch.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/common/cmake/find_catch.cmake b/samples/common/cmake/find_catch.cmake
index 584b8073bd..f55654eecf 100644
--- a/samples/common/cmake/find_catch.cmake
+++ b/samples/common/cmake/find_catch.cmake
@@ -8,9 +8,10 @@ set(TEST_TPIP_INCLUDE ${TEST_TPIP}/include)
file(MAKE_DIRECTORY ${TEST_TPIP_INCLUDE})
ExternalProject_Add(catch2-headers
- URL https://github.com/catchorg/Catch2/releases/download/v2.11.1/catch.hpp
+ URL https://github.com/catchorg/Catch2/releases/download/v2.13.5/catch.hpp
+ URL_HASH MD5=b43c586fe617aefdee3e480e9fa8f370
DOWNLOAD_NO_EXTRACT 1
CONFIGURE_COMMAND ""
BUILD_COMMAND ${CMAKE_COMMAND} -E copy <DOWNLOAD_DIR>/catch.hpp ${TEST_TPIP_INCLUDE}
INSTALL_COMMAND ""
- ) \ No newline at end of file
+ )