mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-04 17:19:45 +00:00
Update MyGUI
Includes f01cba4bb3
Fixes https://gitlab.com/OpenMW/openmw/-/issues/5897
This commit is contained in:
parent
311b497491
commit
36cea2073f
1 changed files with 3 additions and 2 deletions
5
extern/CMakeLists.txt
vendored
5
extern/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue