diff options
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) | |||
| 176 | else() | 176 | else() |
| 177 | target_link_libraries(common PRIVATE zstd) | 177 | target_link_libraries(common PRIVATE zstd) |
| 178 | endif() | 178 | endif() |
| 179 | if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND CMAKE_CXX_COMPILER_ID STREQUAL GNU) | ||
| 180 | target_link_libraries(common PRIVATE backtrace) | ||
| 181 | endif() | ||