aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/tcmalloc
diff options
context:
space:
mode:
authorserg-belyakov <serg-belyakov@yandex-team.com>2022-07-08 17:02:48 +0300
committerserg-belyakov <serg-belyakov@yandex-team.com>2022-07-08 17:02:48 +0300
commite5eab3309e308a5713727c7f9c506b51b6d32af7 (patch)
treeec1a4a74e457682dbc96582556a1e956635397c7 /library/cpp/malloc/tcmalloc
parentdf4076b5d5f03459384ffadd5e48f63797ddc87f (diff)
downloadydb-e5eab3309e308a5713727c7f9c506b51b6d32af7.tar.gz
Add logging after applying new GroupInfo,
Diffstat (limited to 'library/cpp/malloc/tcmalloc')
-rw-r--r--library/cpp/malloc/tcmalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt
index c031ddb850..e8c98bfd99 100644
--- a/library/cpp/malloc/tcmalloc/CMakeLists.txt
+++ b/library/cpp/malloc/tcmalloc/CMakeLists.txt
@@ -6,6 +6,6 @@
# original buildsystem will not be accepted.
-if (UNIX)
+if (UNIX AND NOT APPLE)
include(CMakeLists.linux.txt)
endif()