From 482b477fcae1a3becb9f68c6f41b9ae54da222cf Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 27 Dec 2022 10:12:28 +0800 Subject: [PATCH] 1 --- server/gameserver/CMakeLists.txt | 6 +----- third_party/tools | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) 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