From fea7cbfd14d9744fb2fc15c8440ecb6484426162 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 17 Nov 2023 09:41:07 +0100 Subject: [PATCH] Update hashes of catch2 --- 3rdparty/catch2.cmake | 8 ++++---- 3rdparty/catch2/README.Catch2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3rdparty/catch2.cmake b/3rdparty/catch2.cmake index 1429f195..a83581d6 100644 --- a/3rdparty/catch2.cmake +++ b/3rdparty/catch2.cmake @@ -7,10 +7,10 @@ set(_dir "${CMAKE_CURRENT_SOURCE_DIR}/catch2") if(YCM_DOWNLOAD_3RDPARTY) - set(_files extras/Catch.cmake ab6c7375be9a8e71ee84c6f8537113f9f47daf99 - extras/CatchAddTests.cmake ab6c7375be9a8e71ee84c6f8537113f9f47daf99 - extras/ParseAndAddCatchTests.cmake ab6c7375be9a8e71ee84c6f8537113f9f47daf99 - LICENSE.txt ab6c7375be9a8e71ee84c6f8537113f9f47daf99) + set(_files extras/Catch.cmake b54f8d387479caeffb8da540c65dff40e649dd91 + extras/CatchAddTests.cmake 75e59b4c924d7233bc947cad05fb4ee86a784eec + extras/ParseAndAddCatchTests.cmake 021c11738cad3f2139e09b2bb252a44d357bfd34 + LICENSE.txt 3cba29011be2b9d59f6204d6fa0a386b1b2dbd90) set(_ref v3.2.1) _ycm_download(3rdparty-catch2 "Catch2 (C++ Automated Test Cases in a Header) git repository" diff --git a/3rdparty/catch2/README.Catch2 b/3rdparty/catch2/README.Catch2 index 88d1443c..f96b2cc0 100644 --- a/3rdparty/catch2/README.Catch2 +++ b/3rdparty/catch2/README.Catch2 @@ -1,5 +1,5 @@ Some of the files in this folder and its subfolder come from the Catch2 git -repository (ref v2.13.4): +repository (ref v3.2.1): https://github.com/catchorg/Catch2/