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/protobuf | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/protobuf')
-rw-r--r-- | library/cpp/protobuf/interop/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/protobuf/interop/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/interop/CMakeLists.linux-x86_64.txt (renamed from library/cpp/protobuf/interop/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/interop/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/protobuf/json/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/protobuf/json/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/json/CMakeLists.linux-x86_64.txt (renamed from library/cpp/protobuf/json/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/json/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/protobuf/util/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/protobuf/util/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/util/CMakeLists.linux-x86_64.txt (renamed from library/cpp/protobuf/util/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/util/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/protobuf/util/proto/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/protobuf/util/proto/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/util/proto/CMakeLists.linux-x86_64.txt (renamed from library/cpp/protobuf/util/proto/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/protobuf/util/proto/CMakeLists.txt | 4 |
12 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/protobuf/interop/CMakeLists.darwin.txt b/library/cpp/protobuf/interop/CMakeLists.darwin-x86_64.txt index 61799c97ff..61799c97ff 100644 --- a/library/cpp/protobuf/interop/CMakeLists.darwin.txt +++ b/library/cpp/protobuf/interop/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/protobuf/interop/CMakeLists.linux.txt b/library/cpp/protobuf/interop/CMakeLists.linux-x86_64.txt index 0c2bd62d47..0c2bd62d47 100644 --- a/library/cpp/protobuf/interop/CMakeLists.linux.txt +++ b/library/cpp/protobuf/interop/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/protobuf/interop/CMakeLists.txt b/library/cpp/protobuf/interop/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/protobuf/interop/CMakeLists.txt +++ b/library/cpp/protobuf/interop/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/protobuf/json/CMakeLists.darwin.txt b/library/cpp/protobuf/json/CMakeLists.darwin-x86_64.txt index 5eb786fb5b..5eb786fb5b 100644 --- a/library/cpp/protobuf/json/CMakeLists.darwin.txt +++ b/library/cpp/protobuf/json/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/protobuf/json/CMakeLists.linux.txt b/library/cpp/protobuf/json/CMakeLists.linux-x86_64.txt index 6fce8bebb0..6fce8bebb0 100644 --- a/library/cpp/protobuf/json/CMakeLists.linux.txt +++ b/library/cpp/protobuf/json/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/protobuf/json/CMakeLists.txt b/library/cpp/protobuf/json/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/protobuf/json/CMakeLists.txt +++ b/library/cpp/protobuf/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/protobuf/util/CMakeLists.darwin.txt b/library/cpp/protobuf/util/CMakeLists.darwin-x86_64.txt index 51b65cd5b9..51b65cd5b9 100644 --- a/library/cpp/protobuf/util/CMakeLists.darwin.txt +++ b/library/cpp/protobuf/util/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/protobuf/util/CMakeLists.linux.txt b/library/cpp/protobuf/util/CMakeLists.linux-x86_64.txt index 9ab7bb59e9..9ab7bb59e9 100644 --- a/library/cpp/protobuf/util/CMakeLists.linux.txt +++ b/library/cpp/protobuf/util/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/protobuf/util/CMakeLists.txt b/library/cpp/protobuf/util/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/protobuf/util/CMakeLists.txt +++ b/library/cpp/protobuf/util/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/protobuf/util/proto/CMakeLists.darwin.txt b/library/cpp/protobuf/util/proto/CMakeLists.darwin-x86_64.txt index 7a58b4bfeb..7a58b4bfeb 100644 --- a/library/cpp/protobuf/util/proto/CMakeLists.darwin.txt +++ b/library/cpp/protobuf/util/proto/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/protobuf/util/proto/CMakeLists.linux.txt b/library/cpp/protobuf/util/proto/CMakeLists.linux-x86_64.txt index 5f08e7a691..5f08e7a691 100644 --- a/library/cpp/protobuf/util/proto/CMakeLists.linux.txt +++ b/library/cpp/protobuf/util/proto/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/protobuf/util/proto/CMakeLists.txt b/library/cpp/protobuf/util/proto/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/protobuf/util/proto/CMakeLists.txt +++ b/library/cpp/protobuf/util/proto/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() |