From 567a6a9b2935ef595de693aa5dcd0acfbde9b449 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Apr 2024 12:49:10 +0100 Subject: [PATCH] Fix testing plugins downgrade --- cmake/tests.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/tests.cmake b/cmake/tests.cmake index ab6749a9..bcdbeaf2 100644 --- a/cmake/tests.cmake +++ b/cmake/tests.cmake @@ -20,8 +20,8 @@ FetchContent_Declare( FetchContent_Declare( testing-plugins - URL "https://github.com/Ortham/testing-plugins/archive/1.4.1.tar.gz" - URL_HASH "SHA256=57f82495a737013c1b828d43fbe87edcb57768f85c6416e8d17f273d692691cf") + URL "https://github.com/Ortham/testing-plugins/archive/1.5.0.tar.gz" + URL_HASH "SHA256=98c9094fb0f0152b1af7a6206950207f7ddc6602cd44ed67ebf70603ef490791") FetchContent_MakeAvailable(GTest testing-plugins)