diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-08-27 04:01:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 04:01:22 -0400 |
commit | 790a09bc934458d48774889be87c25c7b0ed24c4 (patch) | |
tree | d6f7d065cd8e2f00c85b9749076ef303a705c864 /src/common/CMakeLists.txt | |
parent | d10d480642d82082e84004141e345631f308f34b (diff) |
Revert "logging: Display backtrace on crash"
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 316c4dedc..57922b51c 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -176,6 +176,3 @@ if (MSVC) else() target_link_libraries(common PRIVATE zstd) endif() -if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND CMAKE_CXX_COMPILER_ID STREQUAL GNU) - target_link_libraries(common PRIVATE backtrace) -endif() |