mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 06:09:42 +00:00
Merge branch 'upd-mygui' into 'master'
Update MyGUI Closes #5897 See merge request OpenMW/openmw!650
This commit is contained in:
commit
f8d32c0576
1 changed files with 3 additions and 2 deletions
5
extern/CMakeLists.txt
vendored
5
extern/CMakeLists.txt
vendored
|
@ -75,10 +75,11 @@ if(NOT OPENMW_USE_SYSTEM_MYGUI)
|
||||||
set(BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)
|
set(BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# master on 13 Mar 2021
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(mygui
|
FetchContent_Declare(mygui
|
||||||
URL https://github.com/MyGUI/mygui/archive/MyGUI3.4.1.zip
|
URL https://github.com/MyGUI/mygui/archive/59c1388b942721887d18743ada15f1906ff11a1f.zip
|
||||||
URL_HASH MD5=952d4033854612c99a5d9bf4b8550c26
|
URL_HASH MD5=0a64c9cccc8f96dc8c08172175e68e1c
|
||||||
SOURCE_DIR fetched/mygui
|
SOURCE_DIR fetched/mygui
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailableExcludeFromAll(mygui)
|
FetchContent_MakeAvailableExcludeFromAll(mygui)
|
||||||
|
|
Loading…
Reference in a new issue