From 86dccbed4ba8512e0ad0487255ce789929e77b13 Mon Sep 17 00:00:00 2001 From: Koncord Date: Sun, 24 Jul 2016 02:30:07 +0800 Subject: [PATCH] Fix CMake --- apps/openmw-mp/CMakeLists.txt | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/apps/openmw-mp/CMakeLists.txt b/apps/openmw-mp/CMakeLists.txt index 0f39ab7d5..aae872841 100644 --- a/apps/openmw-mp/CMakeLists.txt +++ b/apps/openmw-mp/CMakeLists.txt @@ -80,21 +80,12 @@ ${APPLE_BUNDLE_RESOURCES} add_definitions(-std=gnu++11) target_link_libraries(openmw-mp - ${OSG_LIBRARIES} - ${OPENTHREADS_LIBRARIES} - ${OSGPARTICLE_LIBRARIES} - ${OSGUTIL_LIBRARIES} - ${OSGDB_LIBRARIES} - ${OSGVIEWER_LIBRARIES} - ${OSGGA_LIBRARIES} - ${Boost_SYSTEM_LIBRARY} - ${Boost_THREAD_LIBRARY} - ${Boost_FILESYSTEM_LIBRARY} - ${Boost_PROGRAM_OPTIONS_LIBRARY} - ${BULLET_LIBRARIES} + #${Boost_SYSTEM_LIBRARY} + #${Boost_THREAD_LIBRARY} + #${Boost_FILESYSTEM_LIBRARY} + #${Boost_PROGRAM_OPTIONS_LIBRARY} ${RakNet_LIBRARY} components - amx ${Terra_LIBRARY} ${Pawn_LIBRARY} )