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/streams | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/streams')
-rw-r--r-- | library/cpp/streams/brotli/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/streams/brotli/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/brotli/CMakeLists.linux-x86_64.txt (renamed from library/cpp/streams/brotli/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/brotli/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/streams/bzip2/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/CMakeLists.linux-x86_64.txt (renamed from library/cpp/streams/bzip2/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/streams/lzma/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/streams/lzma/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/lzma/CMakeLists.linux-x86_64.txt (renamed from library/cpp/streams/lzma/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/lzma/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/streams/zc_memory_input/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/streams/zc_memory_input/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/zc_memory_input/CMakeLists.linux-x86_64.txt (renamed from library/cpp/streams/zc_memory_input/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/zc_memory_input/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/streams/zstd/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/streams/zstd/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/zstd/CMakeLists.linux-x86_64.txt (renamed from library/cpp/streams/zstd/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/streams/zstd/CMakeLists.txt | 4 |
15 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/streams/brotli/CMakeLists.darwin.txt b/library/cpp/streams/brotli/CMakeLists.darwin-x86_64.txt index 7102715952..7102715952 100644 --- a/library/cpp/streams/brotli/CMakeLists.darwin.txt +++ b/library/cpp/streams/brotli/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/streams/brotli/CMakeLists.linux.txt b/library/cpp/streams/brotli/CMakeLists.linux-x86_64.txt index 37e5df6e79..37e5df6e79 100644 --- a/library/cpp/streams/brotli/CMakeLists.linux.txt +++ b/library/cpp/streams/brotli/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/streams/brotli/CMakeLists.txt b/library/cpp/streams/brotli/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/streams/brotli/CMakeLists.txt +++ b/library/cpp/streams/brotli/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/streams/bzip2/CMakeLists.darwin.txt b/library/cpp/streams/bzip2/CMakeLists.darwin-x86_64.txt index 5afa320647..5afa320647 100644 --- a/library/cpp/streams/bzip2/CMakeLists.darwin.txt +++ b/library/cpp/streams/bzip2/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/streams/bzip2/CMakeLists.linux.txt b/library/cpp/streams/bzip2/CMakeLists.linux-x86_64.txt index d8cfeb870f..d8cfeb870f 100644 --- a/library/cpp/streams/bzip2/CMakeLists.linux.txt +++ b/library/cpp/streams/bzip2/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/streams/bzip2/CMakeLists.txt b/library/cpp/streams/bzip2/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/streams/bzip2/CMakeLists.txt +++ b/library/cpp/streams/bzip2/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/streams/lzma/CMakeLists.darwin.txt b/library/cpp/streams/lzma/CMakeLists.darwin-x86_64.txt index 3e5c652aee..3e5c652aee 100644 --- a/library/cpp/streams/lzma/CMakeLists.darwin.txt +++ b/library/cpp/streams/lzma/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/streams/lzma/CMakeLists.linux.txt b/library/cpp/streams/lzma/CMakeLists.linux-x86_64.txt index 3893a3ea8b..3893a3ea8b 100644 --- a/library/cpp/streams/lzma/CMakeLists.linux.txt +++ b/library/cpp/streams/lzma/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/streams/lzma/CMakeLists.txt b/library/cpp/streams/lzma/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/streams/lzma/CMakeLists.txt +++ b/library/cpp/streams/lzma/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/streams/zc_memory_input/CMakeLists.darwin.txt b/library/cpp/streams/zc_memory_input/CMakeLists.darwin-x86_64.txt index e0ddfec96c..e0ddfec96c 100644 --- a/library/cpp/streams/zc_memory_input/CMakeLists.darwin.txt +++ b/library/cpp/streams/zc_memory_input/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.linux.txt b/library/cpp/streams/zc_memory_input/CMakeLists.linux-x86_64.txt index 557f29655b..557f29655b 100644 --- a/library/cpp/streams/zc_memory_input/CMakeLists.linux.txt +++ b/library/cpp/streams/zc_memory_input/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.txt b/library/cpp/streams/zc_memory_input/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/streams/zc_memory_input/CMakeLists.txt +++ b/library/cpp/streams/zc_memory_input/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/streams/zstd/CMakeLists.darwin.txt b/library/cpp/streams/zstd/CMakeLists.darwin-x86_64.txt index 9a3521cd9b..9a3521cd9b 100644 --- a/library/cpp/streams/zstd/CMakeLists.darwin.txt +++ b/library/cpp/streams/zstd/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/streams/zstd/CMakeLists.linux.txt b/library/cpp/streams/zstd/CMakeLists.linux-x86_64.txt index a48d43f3fd..a48d43f3fd 100644 --- a/library/cpp/streams/zstd/CMakeLists.linux.txt +++ b/library/cpp/streams/zstd/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/streams/zstd/CMakeLists.txt b/library/cpp/streams/zstd/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/streams/zstd/CMakeLists.txt +++ b/library/cpp/streams/zstd/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() |