From f398896ec8562a8115f82705e6bac7f932b75a0b Mon Sep 17 00:00:00 2001 From: Eli2 Date: Thu, 20 Jul 2023 20:03:21 +0200 Subject: [PATCH] bump MyGUI to the release version --- extern/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index f3da3c4b25..96f22da6b2 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -79,11 +79,10 @@ if(NOT OPENMW_USE_SYSTEM_MYGUI) set(BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE) endif() - # master on 13 Mar 2021 include(FetchContent) FetchContent_Declare(mygui - URL https://github.com/MyGUI/mygui/archive/59c1388b942721887d18743ada15f1906ff11a1f.zip - URL_HASH SHA512=56b112b261fdc4c9b782de8ef8a9d239af3a75b8cfaa617daecc77c38ecd6521624cf5c17e6ac839b0870be5c31608d4f2a1574165d9d049f14f9e6ae03a8f98 + URL https://github.com/MyGUI/mygui/archive/refs/tags/MyGUI3.4.2.zip + URL_HASH SHA512=d15de716102237ca55b952c2ab52f84b91766332a0357a50b17c20cf2f168666ddaab52d088d7bb8f713ad0fc27e19d74e6ae2673f310a8f60a3b5754f0a0ba7 SOURCE_DIR fetched/mygui ) FetchContent_MakeAvailableExcludeFromAll(mygui)