mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
1a51c6eb5d
commit
fa5581942e
@ -707,7 +707,8 @@ endif()
|
||||
if (BUILD_OPENMW AND APPLE)
|
||||
# Without these flags LuaJit crashes on startup on OSX
|
||||
set_target_properties(openmw PROPERTIES LINK_FLAGS "-pagezero_size 10000 -image_base 100000000")
|
||||
add_compile_definitions(GL_SILENCE_DEPRECATION=1)
|
||||
target_compile_definitions(components PRIVATE GL_SILENCE_DEPRECATION=1)
|
||||
target_compile_definitions(openmw PRIVATE GL_SILENCE_DEPRECATION=1)
|
||||
endif()
|
||||
|
||||
# Apple bundling
|
||||
|
Loading…
x
Reference in New Issue
Block a user