diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2022-09-06 06:26:49 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2022-09-06 06:26:49 +0300 |
commit | 59bc7d40a717e50ad72ef30af2efbf595dba2e0b (patch) | |
tree | 63c94081fcda56b0030ffe722b21b332fe07b15b /library/cpp/malloc/tcmalloc | |
parent | 0d049ba5bab0ac7ce3959eb0dbfdc683ec76e288 (diff) | |
download | ydb-59bc7d40a717e50ad72ef30af2efbf595dba2e0b.tar.gz |
External build system generator release 7
Diffstat (limited to 'library/cpp/malloc/tcmalloc')
-rw-r--r-- | library/cpp/malloc/tcmalloc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt index e8c98bfd99..97368e369c 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 AND NOT APPLE) +if (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE) include(CMakeLists.linux.txt) endif() |