From a2e8981793016c2834e3fb2051f7cb209b6d295d Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:16:58 +0800 Subject: [PATCH] feat remove gperftools --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3266401..5334016 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,9 +30,8 @@ target_include_directories(test_main PUBLIC src/) target_include_directories(benchmark_main PUBLIC src/) add_library(sled STATIC "") -if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - add_subdirectory(3party/gperftools EXCLUDE_FROM_ALL) -endif() +# if(CMAKE_SYSTEM_NAME STREQUAL "Linux") add_subdirectory(3party/gperftools +# EXCLUDE_FROM_ALL) endif() add_subdirectory(3party/asio EXCLUDE_FROM_ALL) add_subdirectory(3party/minilua EXCLUDE_FROM_ALL)