diff --git a/CMakeLists.txt b/CMakeLists.txt index 7558aec..af601c1 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 profiler_static) + target_link_libraries(sled PUBLIC tcmalloc_and_profiler_static) endif() if(SLED_WITH_PROTOBUF)