1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Ignore LuaBridge warnings

Remove TINYXML_LIBRARIES
This commit is contained in:
Koncord 2016-07-27 17:53:26 +08:00
parent d3414148fc
commit 23a37fc7fc

View file

@ -77,7 +77,7 @@ ${SERVER_FILES}
${SERVER} ${SERVER_HEADER}
${APPLE_BUNDLE_RESOURCES}
)
add_definitions(-std=gnu++11)
add_definitions(-std=gnu++14 -Wno-ignored-qualifiers)
target_link_libraries(openmw-mp
#${Boost_SYSTEM_LIBRARY}
@ -90,10 +90,6 @@ target_link_libraries(openmw-mp
${Pawn_LIBRARY}
)
if (USE_SYSTEM_TINYXML)
target_link_libraries(openmw-mp ${TINYXML_LIBRARIES})
endif()
if (UNIX)
target_link_libraries(openmw-mp dl)
# Fix for not visible pthreads functions for linker with glibc 2.15