diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-03-07 12:53:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-03-07 12:53:35 +0300 |
commit | 33ed6077e694c2f1286c01ebe1be30b189850e77 (patch) | |
tree | e63bbad8736baf21ab183e9d98597aa27f5a2233 /library/cpp/lfalloc | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r-- | library/cpp/lfalloc/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/lfalloc/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/CMakeLists.linux-x86_64.txt (renamed from library/cpp/lfalloc/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-x86_64.txt (renamed from library/cpp/lfalloc/alloc_profiler/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/alloc_profiler/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/lfalloc/dbg_info/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/dbg_info/CMakeLists.linux-x86_64.txt (renamed from library/cpp/lfalloc/dbg_info/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/dbg_info/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/lfalloc/yt/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/lfalloc/yt/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/lfalloc/yt/CMakeLists.txt | 2 |
11 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/lfalloc/CMakeLists.darwin.txt b/library/cpp/lfalloc/CMakeLists.darwin-x86_64.txt index c5ee6488443..c5ee6488443 100644 --- a/library/cpp/lfalloc/CMakeLists.darwin.txt +++ b/library/cpp/lfalloc/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/lfalloc/CMakeLists.linux.txt b/library/cpp/lfalloc/CMakeLists.linux-x86_64.txt index de6f97ec6aa..de6f97ec6aa 100644 --- a/library/cpp/lfalloc/CMakeLists.linux.txt +++ b/library/cpp/lfalloc/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/lfalloc/CMakeLists.txt b/library/cpp/lfalloc/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/lfalloc/CMakeLists.txt +++ b/library/cpp/lfalloc/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt index b94d19ad32d..b94d19ad32d 100644 --- a/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin.txt +++ b/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-x86_64.txt index d215bfaccc0..d215bfaccc0 100644 --- a/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux.txt +++ b/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt +++ b/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.darwin.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt index ec8b8ba23b9..ec8b8ba23b9 100644 --- a/library/cpp/lfalloc/dbg_info/CMakeLists.darwin.txt +++ b/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.linux.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.linux-x86_64.txt index 05ee5297ba0..05ee5297ba0 100644 --- a/library/cpp/lfalloc/dbg_info/CMakeLists.linux.txt +++ b/library/cpp/lfalloc/dbg_info/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.txt index eee324bb607..8f8c04afe54 100644 --- a/library/cpp/lfalloc/dbg_info/CMakeLists.txt +++ b/library/cpp/lfalloc/dbg_info/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux-aarch64.txt) elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA) - include(CMakeLists.linux.txt) + include(CMakeLists.linux-x86_64.txt) endif() diff --git a/library/cpp/lfalloc/yt/CMakeLists.darwin.txt b/library/cpp/lfalloc/yt/CMakeLists.darwin-x86_64.txt index ab5c2e2e91f..ab5c2e2e91f 100644 --- a/library/cpp/lfalloc/yt/CMakeLists.darwin.txt +++ b/library/cpp/lfalloc/yt/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/lfalloc/yt/CMakeLists.txt b/library/cpp/lfalloc/yt/CMakeLists.txt index 270d5d94da9..5bedd04e092 100644 --- a/library/cpp/lfalloc/yt/CMakeLists.txt +++ b/library/cpp/lfalloc/yt/CMakeLists.txt @@ -7,5 +7,5 @@ if (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin.txt) + include(CMakeLists.darwin-x86_64.txt) endif() |