From 5864b0b09a6f85ef34b091e59f20aa02f0e3c072 Mon Sep 17 00:00:00 2001 From: obligaron Date: Thu, 2 Nov 2023 10:15:44 +0100 Subject: [PATCH] Bump libmpq --- 3rdParty/libmpq/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/libmpq/CMakeLists.txt b/3rdParty/libmpq/CMakeLists.txt index a5269ea3a..ca263ed63 100644 --- a/3rdParty/libmpq/CMakeLists.txt +++ b/3rdParty/libmpq/CMakeLists.txt @@ -10,8 +10,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(libmpq - URL https://github.com/diasurgical/libmpq/archive/fc2ec5c0a83106f971602dec06dcdbc50a8bd5d4.tar.gz - URL_HASH MD5=1b3964264015792387f71f3f2325661d + URL https://github.com/diasurgical/libmpq/archive/7c2924d4553513eba1a70bbdb558198dd8c2726a.tar.gz + URL_HASH MD5=315c88c02b45851cdfee8460322de044 ) FetchContent_MakeAvailableExcludeFromAll(libmpq)