From 4ee3e7c26b5ecbf854459eab33654db58a59f51e Mon Sep 17 00:00:00 2001 From: staphen Date: Sun, 21 Nov 2021 21:04:57 -0500 Subject: [PATCH] Update 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 0437a8795..21b0893de 100644 --- a/3rdParty/libmpq/CMakeLists.txt +++ b/3rdParty/libmpq/CMakeLists.txt @@ -8,8 +8,8 @@ include(FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(libmpq - URL https://github.com/diasurgical/libmpq/archive/b7907a9e56cbb647e10b9a9df39c88a321efc0c0.tar.gz - URL_HASH MD5=25d9762b9ad81caa33f74c317fdbe404 + URL https://github.com/diasurgical/libmpq/archive/5f9187193b4c6ed01c8fb694d149b12429cb8b1b.tar.gz + URL_HASH MD5=689b123c3a3cb0b4a19e899fd86ac1bf ) FetchContent_MakeAvailableExcludeFromAll(libmpq)