aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-20 12:29:58 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-20 12:29:58 +0200
commit897839a4307ce41d16ba94c765cb8b32b274cf7e (patch)
tree2542740b99c0080565387729ace579338959784e /CMakeLists.txt
parentf964d72a1615021c0285fc02842c5c8cd662a026 (diff)
downloadkernel-897839a4307ce41d16ba94c765cb8b32b274cf7e.tar.xz
kernel-897839a4307ce41d16ba94c765cb8b32b274cf7e.zip
build: upgrade to Catch2 3.15.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45cdbb0b..f57c540e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,8 +23,8 @@ include("FetchContent")
if (BUILD_TESTING)
FetchContent_Declare(
"Catch2"
- URL "https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.1.tar.gz"
- URL_HASH "SHA256=c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c"
+ URL "https://github.com/catchorg/Catch2/archive/refs/tags/v3.15.3.tar.gz"
+ URL_HASH "SHA256=b0299ae552918220a7a6e21e7de5b714777f4e8c883fb70c4bb23fe01df8c6e3"
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS
)