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/monlib/encode | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/monlib/encode')
-rw-r--r-- | library/cpp/monlib/encode/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/monlib/encode/buffered/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/buffered/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/buffered/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/buffered/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/buffered/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/monlib/encode/json/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/json/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/json/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/json/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/json/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/monlib/encode/prometheus/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/prometheus/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/prometheus/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/prometheus/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/prometheus/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/monlib/encode/spack/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/spack/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/spack/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/spack/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/spack/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/monlib/encode/text/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/monlib/encode/text/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/text/CMakeLists.linux-x86_64.txt (renamed from library/cpp/monlib/encode/text/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/monlib/encode/text/CMakeLists.txt | 4 |
21 files changed, 14 insertions, 14 deletions
diff --git a/library/cpp/monlib/encode/CMakeLists.darwin.txt b/library/cpp/monlib/encode/CMakeLists.darwin-x86_64.txt index a74b6d023d..a74b6d023d 100644 --- a/library/cpp/monlib/encode/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/CMakeLists.linux.txt b/library/cpp/monlib/encode/CMakeLists.linux-x86_64.txt index 6c319f9b68..6c319f9b68 100644 --- a/library/cpp/monlib/encode/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/CMakeLists.txt b/library/cpp/monlib/encode/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/CMakeLists.txt +++ b/library/cpp/monlib/encode/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/monlib/encode/buffered/CMakeLists.darwin.txt b/library/cpp/monlib/encode/buffered/CMakeLists.darwin-x86_64.txt index e867afbb8c..e867afbb8c 100644 --- a/library/cpp/monlib/encode/buffered/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/buffered/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.linux.txt b/library/cpp/monlib/encode/buffered/CMakeLists.linux-x86_64.txt index 211beb8b27..211beb8b27 100644 --- a/library/cpp/monlib/encode/buffered/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/buffered/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.txt b/library/cpp/monlib/encode/buffered/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/buffered/CMakeLists.txt +++ b/library/cpp/monlib/encode/buffered/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/monlib/encode/json/CMakeLists.darwin.txt b/library/cpp/monlib/encode/json/CMakeLists.darwin-x86_64.txt index 55a0abe1c3..55a0abe1c3 100644 --- a/library/cpp/monlib/encode/json/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/json/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/json/CMakeLists.linux.txt b/library/cpp/monlib/encode/json/CMakeLists.linux-x86_64.txt index 6086064a85..6086064a85 100644 --- a/library/cpp/monlib/encode/json/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/json/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/json/CMakeLists.txt b/library/cpp/monlib/encode/json/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/json/CMakeLists.txt +++ b/library/cpp/monlib/encode/json/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/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin-x86_64.txt index bce491e67e..bce491e67e 100644 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-x86_64.txt index a86da32e11..a86da32e11 100644 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt +++ b/library/cpp/monlib/encode/legacy_protobuf/protos/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/monlib/encode/prometheus/CMakeLists.darwin.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.darwin-x86_64.txt index 2db649e693..2db649e693 100644 --- a/library/cpp/monlib/encode/prometheus/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/prometheus/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.linux.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.linux-x86_64.txt index 7c76369bd9..7c76369bd9 100644 --- a/library/cpp/monlib/encode/prometheus/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/prometheus/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/prometheus/CMakeLists.txt +++ b/library/cpp/monlib/encode/prometheus/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/monlib/encode/spack/CMakeLists.darwin.txt b/library/cpp/monlib/encode/spack/CMakeLists.darwin-x86_64.txt index 9eccd0b629..9eccd0b629 100644 --- a/library/cpp/monlib/encode/spack/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/spack/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/spack/CMakeLists.linux.txt b/library/cpp/monlib/encode/spack/CMakeLists.linux-x86_64.txt index 118b926638..118b926638 100644 --- a/library/cpp/monlib/encode/spack/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/spack/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/spack/CMakeLists.txt b/library/cpp/monlib/encode/spack/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/spack/CMakeLists.txt +++ b/library/cpp/monlib/encode/spack/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/monlib/encode/text/CMakeLists.darwin.txt b/library/cpp/monlib/encode/text/CMakeLists.darwin-x86_64.txt index 58143a2371..58143a2371 100644 --- a/library/cpp/monlib/encode/text/CMakeLists.darwin.txt +++ b/library/cpp/monlib/encode/text/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/monlib/encode/text/CMakeLists.linux.txt b/library/cpp/monlib/encode/text/CMakeLists.linux-x86_64.txt index 3089820d80..3089820d80 100644 --- a/library/cpp/monlib/encode/text/CMakeLists.linux.txt +++ b/library/cpp/monlib/encode/text/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/monlib/encode/text/CMakeLists.txt b/library/cpp/monlib/encode/text/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/monlib/encode/text/CMakeLists.txt +++ b/library/cpp/monlib/encode/text/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() |