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/deprecated | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/deprecated')
-rw-r--r-- | library/cpp/deprecated/accessors/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/deprecated/accessors/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/accessors/CMakeLists.linux-x86_64.txt (renamed from library/cpp/deprecated/accessors/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/accessors/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/deprecated/atomic/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/deprecated/atomic/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.txt (renamed from library/cpp/deprecated/atomic/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/atomic/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/deprecated/enum_codegen/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/deprecated/enum_codegen/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/enum_codegen/CMakeLists.linux-x86_64.txt (renamed from library/cpp/deprecated/enum_codegen/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/enum_codegen/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/deprecated/kmp/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/deprecated/kmp/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/kmp/CMakeLists.linux-x86_64.txt (renamed from library/cpp/deprecated/kmp/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/kmp/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/deprecated/split/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/deprecated/split/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/split/CMakeLists.linux-x86_64.txt (renamed from library/cpp/deprecated/split/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/deprecated/split/CMakeLists.txt | 4 |
15 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/deprecated/accessors/CMakeLists.darwin.txt b/library/cpp/deprecated/accessors/CMakeLists.darwin-x86_64.txt index 62226eb559..62226eb559 100644 --- a/library/cpp/deprecated/accessors/CMakeLists.darwin.txt +++ b/library/cpp/deprecated/accessors/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/deprecated/accessors/CMakeLists.linux.txt b/library/cpp/deprecated/accessors/CMakeLists.linux-x86_64.txt index 0d8a3a9ed2..0d8a3a9ed2 100644 --- a/library/cpp/deprecated/accessors/CMakeLists.linux.txt +++ b/library/cpp/deprecated/accessors/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/deprecated/accessors/CMakeLists.txt b/library/cpp/deprecated/accessors/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/deprecated/accessors/CMakeLists.txt +++ b/library/cpp/deprecated/accessors/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/deprecated/atomic/CMakeLists.darwin.txt b/library/cpp/deprecated/atomic/CMakeLists.darwin-x86_64.txt index 411024be15..411024be15 100644 --- a/library/cpp/deprecated/atomic/CMakeLists.darwin.txt +++ b/library/cpp/deprecated/atomic/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/deprecated/atomic/CMakeLists.linux.txt b/library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.txt index 29db7b690f..29db7b690f 100644 --- a/library/cpp/deprecated/atomic/CMakeLists.linux.txt +++ b/library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/deprecated/atomic/CMakeLists.txt b/library/cpp/deprecated/atomic/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/deprecated/atomic/CMakeLists.txt +++ b/library/cpp/deprecated/atomic/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/deprecated/enum_codegen/CMakeLists.darwin.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.darwin-x86_64.txt index 3ec6a99b97..3ec6a99b97 100644 --- a/library/cpp/deprecated/enum_codegen/CMakeLists.darwin.txt +++ b/library/cpp/deprecated/enum_codegen/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.linux.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.linux-x86_64.txt index 255bbbe453..255bbbe453 100644 --- a/library/cpp/deprecated/enum_codegen/CMakeLists.linux.txt +++ b/library/cpp/deprecated/enum_codegen/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/deprecated/enum_codegen/CMakeLists.txt +++ b/library/cpp/deprecated/enum_codegen/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/deprecated/kmp/CMakeLists.darwin.txt b/library/cpp/deprecated/kmp/CMakeLists.darwin-x86_64.txt index 1a8b825dad..1a8b825dad 100644 --- a/library/cpp/deprecated/kmp/CMakeLists.darwin.txt +++ b/library/cpp/deprecated/kmp/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/deprecated/kmp/CMakeLists.linux.txt b/library/cpp/deprecated/kmp/CMakeLists.linux-x86_64.txt index ed7a436e3c..ed7a436e3c 100644 --- a/library/cpp/deprecated/kmp/CMakeLists.linux.txt +++ b/library/cpp/deprecated/kmp/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/deprecated/kmp/CMakeLists.txt b/library/cpp/deprecated/kmp/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/deprecated/kmp/CMakeLists.txt +++ b/library/cpp/deprecated/kmp/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/deprecated/split/CMakeLists.darwin.txt b/library/cpp/deprecated/split/CMakeLists.darwin-x86_64.txt index d23b1620f7..d23b1620f7 100644 --- a/library/cpp/deprecated/split/CMakeLists.darwin.txt +++ b/library/cpp/deprecated/split/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/deprecated/split/CMakeLists.linux.txt b/library/cpp/deprecated/split/CMakeLists.linux-x86_64.txt index 4851ba6aba..4851ba6aba 100644 --- a/library/cpp/deprecated/split/CMakeLists.linux.txt +++ b/library/cpp/deprecated/split/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/deprecated/split/CMakeLists.txt b/library/cpp/deprecated/split/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/deprecated/split/CMakeLists.txt +++ b/library/cpp/deprecated/split/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() |