From 2e64e04feab897c07c7091f75a5ccc739e05bb73 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 31 Oct 2025 19:33:57 +0100 Subject: [PATCH] Pistache: Update to recent upstream --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c3f3105..2dcb0d62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ SET(PISTACHE_USE_SSL ON) FetchContent_Declare( pistache_http GIT_REPOSITORY https://github.com/fleon-psi/pistache - GIT_TAG 280b0f6f28f81745870bccb31f4a3a59958807f6 + GIT_TAG 0393f6c EXCLUDE_FROM_ALL )