mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 16:15:33 +00:00
Ignore LuaBridge warnings
Remove TINYXML_LIBRARIES
This commit is contained in:
parent
d3414148fc
commit
23a37fc7fc
1 changed files with 1 additions and 5 deletions
|
@ -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…
Reference in a new issue