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/json | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/json')
-rw-r--r-- | library/cpp/json/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/json/common/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/common/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/common/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/common/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/common/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/json/easy_parse/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/easy_parse/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/easy_parse/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/easy_parse/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/easy_parse/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/fast_sax/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/fast_sax/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/json/writer/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/writer/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/writer/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/writer/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/writer/CMakeLists.txt | 4 | ||||
-rw-r--r-- | library/cpp/json/yson/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/json/yson/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/yson/CMakeLists.linux-x86_64.txt (renamed from library/cpp/json/yson/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | library/cpp/json/yson/CMakeLists.txt | 4 |
18 files changed, 12 insertions, 12 deletions
diff --git a/library/cpp/json/CMakeLists.darwin.txt b/library/cpp/json/CMakeLists.darwin-x86_64.txt index bbf8222242..bbf8222242 100644 --- a/library/cpp/json/CMakeLists.darwin.txt +++ b/library/cpp/json/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/CMakeLists.linux.txt b/library/cpp/json/CMakeLists.linux-x86_64.txt index d55c7d2c3b..d55c7d2c3b 100644 --- a/library/cpp/json/CMakeLists.linux.txt +++ b/library/cpp/json/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/CMakeLists.txt b/library/cpp/json/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/CMakeLists.txt +++ b/library/cpp/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/json/common/CMakeLists.darwin.txt b/library/cpp/json/common/CMakeLists.darwin-x86_64.txt index 3fc903e74d..3fc903e74d 100644 --- a/library/cpp/json/common/CMakeLists.darwin.txt +++ b/library/cpp/json/common/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/common/CMakeLists.linux.txt b/library/cpp/json/common/CMakeLists.linux-x86_64.txt index e957a68917..e957a68917 100644 --- a/library/cpp/json/common/CMakeLists.linux.txt +++ b/library/cpp/json/common/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/common/CMakeLists.txt b/library/cpp/json/common/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/common/CMakeLists.txt +++ b/library/cpp/json/common/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/json/easy_parse/CMakeLists.darwin.txt b/library/cpp/json/easy_parse/CMakeLists.darwin-x86_64.txt index 18daf19913..18daf19913 100644 --- a/library/cpp/json/easy_parse/CMakeLists.darwin.txt +++ b/library/cpp/json/easy_parse/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/easy_parse/CMakeLists.linux.txt b/library/cpp/json/easy_parse/CMakeLists.linux-x86_64.txt index 604119958d..604119958d 100644 --- a/library/cpp/json/easy_parse/CMakeLists.linux.txt +++ b/library/cpp/json/easy_parse/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/easy_parse/CMakeLists.txt b/library/cpp/json/easy_parse/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/easy_parse/CMakeLists.txt +++ b/library/cpp/json/easy_parse/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/json/fast_sax/CMakeLists.darwin.txt b/library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt index 441d602ca7..441d602ca7 100644 --- a/library/cpp/json/fast_sax/CMakeLists.darwin.txt +++ b/library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/fast_sax/CMakeLists.linux.txt b/library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt index 5a75c7a88f..5a75c7a88f 100644 --- a/library/cpp/json/fast_sax/CMakeLists.linux.txt +++ b/library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/fast_sax/CMakeLists.txt b/library/cpp/json/fast_sax/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/fast_sax/CMakeLists.txt +++ b/library/cpp/json/fast_sax/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/json/writer/CMakeLists.darwin.txt b/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt index e164da14c0..e164da14c0 100644 --- a/library/cpp/json/writer/CMakeLists.darwin.txt +++ b/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/writer/CMakeLists.linux.txt b/library/cpp/json/writer/CMakeLists.linux-x86_64.txt index 7793777f86..7793777f86 100644 --- a/library/cpp/json/writer/CMakeLists.linux.txt +++ b/library/cpp/json/writer/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/writer/CMakeLists.txt b/library/cpp/json/writer/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/writer/CMakeLists.txt +++ b/library/cpp/json/writer/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/json/yson/CMakeLists.darwin.txt b/library/cpp/json/yson/CMakeLists.darwin-x86_64.txt index 9f16a5a41e..9f16a5a41e 100644 --- a/library/cpp/json/yson/CMakeLists.darwin.txt +++ b/library/cpp/json/yson/CMakeLists.darwin-x86_64.txt diff --git a/library/cpp/json/yson/CMakeLists.linux.txt b/library/cpp/json/yson/CMakeLists.linux-x86_64.txt index b34d62f0e9..b34d62f0e9 100644 --- a/library/cpp/json/yson/CMakeLists.linux.txt +++ b/library/cpp/json/yson/CMakeLists.linux-x86_64.txt diff --git a/library/cpp/json/yson/CMakeLists.txt b/library/cpp/json/yson/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/library/cpp/json/yson/CMakeLists.txt +++ b/library/cpp/json/yson/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() |