aboutsummaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/files/patch-cmake_options__linux.cmake
blob: aa6e5e7df10e53a5ca9d8985965a20bd649d76f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- cmake/options_linux.cmake.orig	2021-07-13 19:08:45 UTC
+++ cmake/options_linux.cmake
@@ -58,11 +58,6 @@ if (DESKTOP_APP_SPECIAL_TARGET)
     endif()
 endif()
 
-target_link_libraries(common_options
-INTERFACE
-    desktop-app::external_jemalloc
-)
-
 if (DESKTOP_APP_USE_PACKAGED)
     find_library(ATOMIC_LIBRARY atomic)
 else()