mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-14 21:43:06 +00:00
Remove MyGUI define that hasn't existed since 3.4.1
This commit is contained in:
parent
9610be7c8a
commit
92b9d27515
1 changed files with 0 additions and 3 deletions
|
|
@ -360,9 +360,6 @@ endif()
|
||||||
# Required for building the FFmpeg headers
|
# Required for building the FFmpeg headers
|
||||||
add_definitions(-D__STDC_CONSTANT_MACROS)
|
add_definitions(-D__STDC_CONSTANT_MACROS)
|
||||||
|
|
||||||
# Required for unity build
|
|
||||||
add_definitions(-DMYGUI_DONT_REPLACE_NULLPTR)
|
|
||||||
|
|
||||||
# TinyXML
|
# TinyXML
|
||||||
option(USE_SYSTEM_TINYXML "Use system TinyXML library instead of internal." OFF)
|
option(USE_SYSTEM_TINYXML "Use system TinyXML library instead of internal." OFF)
|
||||||
if (USE_SYSTEM_TINYXML)
|
if (USE_SYSTEM_TINYXML)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue