From 8a49cc017f1798416d3b08e64d06fcefffa43c1d Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Sun, 5 Oct 2025 17:11:04 +0300 Subject: [PATCH] chore(deps): update `mph` to 5.0.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 323bb21..7a56249 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if(WITH_MPH) FetchContent_Declare( qlibs_mph GIT_REPOSITORY https://github.com/qlibs/mph - GIT_TAG v5.0.4 + GIT_TAG v5.0.5 ) FetchContent_MakeAvailable(qlibs_mph)