From 36cea2073f598cc9768f88419a9e4d14b68c0682 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 13 Mar 2021 12:10:14 +0000 Subject: [PATCH] Update MyGUI Includes https://github.com/MyGUI/mygui/commit/f01cba4bb392ae990893442f5bcdf05bfc7a1656 Fixes https://gitlab.com/OpenMW/openmw/-/issues/5897 --- extern/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index bf18e4136..7e9f189fe 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -63,10 +63,11 @@ if(NOT OPENMW_USE_SYSTEM_MYGUI) set(BUILD_SHARED_LIBS ON) endif() + # master on 13 Mar 2021 include(FetchContent) FetchContent_Declare(mygui - URL https://github.com/MyGUI/mygui/archive/MyGUI3.4.1.zip - URL_HASH MD5=952d4033854612c99a5d9bf4b8550c26 + URL https://github.com/MyGUI/mygui/archive/59c1388b942721887d18743ada15f1906ff11a1f.zip + URL_HASH MD5=0a64c9cccc8f96dc8c08172175e68e1c SOURCE_DIR fetched/mygui ) FetchContent_MakeAvailableExcludeFromAll(mygui)