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/messagebus | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r-- | library/cpp/messagebus/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/actor/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/actor/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/actor/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/actor/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/actor/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/config/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/config/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/config/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/config/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/monitoring/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/monitoring/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/monitoring/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/monitoring/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/monitoring/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/oldmodule/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/oldmodule/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/oldmodule/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/oldmodule/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/oldmodule/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/protobuf/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/protobuf/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/protobuf/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/protobuf/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/protobuf/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/scheduler/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/scheduler/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/scheduler/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/scheduler/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/scheduler/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/www/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/messagebus/www/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/www/CMakeLists.linux-x86_64.txt (renamed from library/cpp/messagebus/www/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/messagebus/www/CMakeLists.txt | 4 |
24 files changed, 16 insertions, 16 deletions
diff --git a/library/cpp/messagebus/CMakeLists.darwin.txt b/library/cpp/messagebus/CMakeLists.darwin-x86_64.txt index af2b7a2008..af2b7a2008 100644 --- a/library/cpp/messagebus/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/CMakeLists.linux.txt b/library/cpp/messagebus/CMakeLists.linux-x86_64.txt index e27549d923..e27549d923 100644 --- a/library/cpp/messagebus/CMakeLists.linux.txt +++ b/library/cpp/messagebus/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/CMakeLists.txt b/library/cpp/messagebus/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/CMakeLists.txt +++ b/library/cpp/messagebus/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/messagebus/actor/CMakeLists.darwin.txt b/library/cpp/messagebus/actor/CMakeLists.darwin-x86_64.txt index da26bb12a8..da26bb12a8 100644 --- a/library/cpp/messagebus/actor/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/actor/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/actor/CMakeLists.linux.txt b/library/cpp/messagebus/actor/CMakeLists.linux-x86_64.txt index c14195e952..c14195e952 100644 --- a/library/cpp/messagebus/actor/CMakeLists.linux.txt +++ b/library/cpp/messagebus/actor/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/actor/CMakeLists.txt b/library/cpp/messagebus/actor/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/actor/CMakeLists.txt +++ b/library/cpp/messagebus/actor/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/messagebus/config/CMakeLists.darwin.txt b/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt index 2ac52c60e8..2ac52c60e8 100644 --- a/library/cpp/messagebus/config/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/config/CMakeLists.linux.txt b/library/cpp/messagebus/config/CMakeLists.linux-x86_64.txt index 0414cabc63..0414cabc63 100644 --- a/library/cpp/messagebus/config/CMakeLists.linux.txt +++ b/library/cpp/messagebus/config/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/config/CMakeLists.txt b/library/cpp/messagebus/config/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/config/CMakeLists.txt +++ b/library/cpp/messagebus/config/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/messagebus/monitoring/CMakeLists.darwin.txt b/library/cpp/messagebus/monitoring/CMakeLists.darwin-x86_64.txt index 0a5f1f8502..0a5f1f8502 100644 --- a/library/cpp/messagebus/monitoring/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/monitoring/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/monitoring/CMakeLists.linux.txt b/library/cpp/messagebus/monitoring/CMakeLists.linux-x86_64.txt index d7ac9c9c03..d7ac9c9c03 100644 --- a/library/cpp/messagebus/monitoring/CMakeLists.linux.txt +++ b/library/cpp/messagebus/monitoring/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/monitoring/CMakeLists.txt b/library/cpp/messagebus/monitoring/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/monitoring/CMakeLists.txt +++ b/library/cpp/messagebus/monitoring/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/messagebus/oldmodule/CMakeLists.darwin.txt b/library/cpp/messagebus/oldmodule/CMakeLists.darwin-x86_64.txt index 11b6ead04d..11b6ead04d 100644 --- a/library/cpp/messagebus/oldmodule/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/oldmodule/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.linux.txt b/library/cpp/messagebus/oldmodule/CMakeLists.linux-x86_64.txt index 8e3de5c67f..8e3de5c67f 100644 --- a/library/cpp/messagebus/oldmodule/CMakeLists.linux.txt +++ b/library/cpp/messagebus/oldmodule/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.txt b/library/cpp/messagebus/oldmodule/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/oldmodule/CMakeLists.txt +++ b/library/cpp/messagebus/oldmodule/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/messagebus/protobuf/CMakeLists.darwin.txt b/library/cpp/messagebus/protobuf/CMakeLists.darwin-x86_64.txt index 8566a4b7ef..8566a4b7ef 100644 --- a/library/cpp/messagebus/protobuf/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/protobuf/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/protobuf/CMakeLists.linux.txt b/library/cpp/messagebus/protobuf/CMakeLists.linux-x86_64.txt index e235083392..e235083392 100644 --- a/library/cpp/messagebus/protobuf/CMakeLists.linux.txt +++ b/library/cpp/messagebus/protobuf/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/protobuf/CMakeLists.txt b/library/cpp/messagebus/protobuf/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/protobuf/CMakeLists.txt +++ b/library/cpp/messagebus/protobuf/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/messagebus/scheduler/CMakeLists.darwin.txt b/library/cpp/messagebus/scheduler/CMakeLists.darwin-x86_64.txt index 510bc01bd5..510bc01bd5 100644 --- a/library/cpp/messagebus/scheduler/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/scheduler/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/scheduler/CMakeLists.linux.txt b/library/cpp/messagebus/scheduler/CMakeLists.linux-x86_64.txt index 51187c45a4..51187c45a4 100644 --- a/library/cpp/messagebus/scheduler/CMakeLists.linux.txt +++ b/library/cpp/messagebus/scheduler/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/scheduler/CMakeLists.txt b/library/cpp/messagebus/scheduler/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/scheduler/CMakeLists.txt +++ b/library/cpp/messagebus/scheduler/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/messagebus/www/CMakeLists.darwin.txt b/library/cpp/messagebus/www/CMakeLists.darwin-x86_64.txt index 2d41aa3305..2d41aa3305 100644 --- a/library/cpp/messagebus/www/CMakeLists.darwin.txt +++ b/library/cpp/messagebus/www/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/messagebus/www/CMakeLists.linux.txt b/library/cpp/messagebus/www/CMakeLists.linux-x86_64.txt index fdc6d5d131..fdc6d5d131 100644 --- a/library/cpp/messagebus/www/CMakeLists.linux.txt +++ b/library/cpp/messagebus/www/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/messagebus/www/CMakeLists.txt b/library/cpp/messagebus/www/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/messagebus/www/CMakeLists.txt +++ b/library/cpp/messagebus/www/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() |