summaryrefslogtreecommitdiff
path: root/shaping
diff options
context:
space:
mode:
authorroot <[email protected]>2024-04-18 01:56:31 +0000
committerroot <[email protected]>2024-04-18 01:56:31 +0000
commit54dfb9600b233349833c9d7aeb0d632b8fecd11a (patch)
tree2438f8317db4379f4dd00465c9dbf7725b06db5d /shaping
parent40ee1485b279d4d1176331bbd20aea151bef451a (diff)
remove dependency of jemalloc-devel
Diffstat (limited to 'shaping')
-rw-r--r--shaping/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/CMakeLists.txt b/shaping/CMakeLists.txt
index a8a0174..19862eb 100644
--- a/shaping/CMakeLists.txt
+++ b/shaping/CMakeLists.txt
@@ -12,7 +12,7 @@ add_executable(shaping_engine src/main.cpp)
target_link_libraries(shaping_engine PUBLIC shaper)
target_link_libraries(shaping_engine PUBLIC maatframe)
target_link_libraries(shaping_engine PUBLIC mrzcpd)
-target_link_libraries(shaping_engine PUBLIC libjemalloc-static unwind dl)
+target_link_libraries(shaping_engine PUBLIC libjemalloc-static dl)
target_link_libraries(shaping_engine PUBLIC swarmkv)
install(TARGETS shaping_engine RUNTIME DESTINATION bin COMPONENT Program)