diff --git a/server/gameserver/CMakeLists.txt b/server/gameserver/CMakeLists.txt index 81da06ae..9b979371 100644 --- a/server/gameserver/CMakeLists.txt +++ b/server/gameserver/CMakeLists.txt @@ -117,6 +117,7 @@ target_link_libraries( curl hiredis tinyxml2 + backtrace ) if (CMAKE_BUILD_TYPE STREQUAL "Debug") @@ -131,8 +132,3 @@ else() behaviac_gcc_release ) endif() -if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "5.0.0") - target_link_libraries( - gameserver${GAME_ID} - backtrace) -endif() diff --git a/third_party/tools b/third_party/tools index 43765dbc..76a35f55 160000 --- a/third_party/tools +++ b/third_party/tools @@ -1 +1 @@ -Subproject commit 43765dbcb01507b995ce9fdbc872bfa41cec3d4f +Subproject commit 76a35f553d231ba67e9ecc98615bdfde54e02cdc