mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
Ignore LuaBridge warnings
Remove TINYXML_LIBRARIES
This commit is contained in:
parent
d3414148fc
commit
23a37fc7fc
@ -77,7 +77,7 @@ ${SERVER_FILES}
|
|||||||
${SERVER} ${SERVER_HEADER}
|
${SERVER} ${SERVER_HEADER}
|
||||||
${APPLE_BUNDLE_RESOURCES}
|
${APPLE_BUNDLE_RESOURCES}
|
||||||
)
|
)
|
||||||
add_definitions(-std=gnu++11)
|
add_definitions(-std=gnu++14 -Wno-ignored-qualifiers)
|
||||||
|
|
||||||
target_link_libraries(openmw-mp
|
target_link_libraries(openmw-mp
|
||||||
#${Boost_SYSTEM_LIBRARY}
|
#${Boost_SYSTEM_LIBRARY}
|
||||||
@ -90,10 +90,6 @@ target_link_libraries(openmw-mp
|
|||||||
${Pawn_LIBRARY}
|
${Pawn_LIBRARY}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (USE_SYSTEM_TINYXML)
|
|
||||||
target_link_libraries(openmw-mp ${TINYXML_LIBRARIES})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
target_link_libraries(openmw-mp dl)
|
target_link_libraries(openmw-mp dl)
|
||||||
# Fix for not visible pthreads functions for linker with glibc 2.15
|
# Fix for not visible pthreads functions for linker with glibc 2.15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user