From 5ffe6c71f9fc2cab2f605d397a07e964188ab611 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:11:22 +0800 Subject: [PATCH] feat only link cpu profiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af601c1..7558aec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ target_link_libraries( # protobuf::libprotoc PRIVATE dl) if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - target_link_libraries(sled PUBLIC tcmalloc_and_profiler_static) + target_link_libraries(sled PUBLIC profiler_static) endif() if(SLED_WITH_PROTOBUF)