mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Raise required MyGUI version to 3.4.1
This commit is contained in:
parent
cc97c4450a
commit
94b2bde48a
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ set(Boost_NO_BOOST_CMAKE ON)
|
|||
|
||||
find_package(Boost 1.6.2 REQUIRED COMPONENTS ${BOOST_COMPONENTS} OPTIONAL_COMPONENTS ${BOOST_OPTIONAL_COMPONENTS})
|
||||
if(OPENMW_USE_SYSTEM_MYGUI)
|
||||
find_package(MyGUI 3.2.2 REQUIRED)
|
||||
find_package(MyGUI 3.4.1 REQUIRED)
|
||||
endif()
|
||||
find_package(SDL2 2.0.9 REQUIRED)
|
||||
find_package(OpenAL REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue