From 140202a697f7a9d60b01de36c08f63ebd33fc5a9 Mon Sep 17 00:00:00 2001 From: arcadia-devtools Date: Tue, 28 Jun 2022 11:06:00 +0300 Subject: intermediate changes ref:91e6b243cd7f0c53cbafb4f654eced58a4c1e436 --- library/cpp/malloc/tcmalloc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/malloc/tcmalloc') diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt index c031ddb850e..e8c98bfd99f 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() -- cgit v1.3