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 /contrib/restricted/aws | |
parent | fb974eec1b6958138ae30adaafd5503f0d91d388 (diff) | |
download | ydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/aws')
-rw-r--r-- | contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-x86_64.txt (renamed from contrib/restricted/aws/aws-c-cal/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-cal/CMakeLists.linux-x86_64.txt (renamed from contrib/restricted/aws/aws-c-cal/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-cal/CMakeLists.txt | 4 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-common/CMakeLists.darwin-x86_64.txt (renamed from contrib/restricted/aws/aws-c-common/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-common/CMakeLists.linux-x86_64.txt (renamed from contrib/restricted/aws/aws-c-common/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-common/CMakeLists.txt | 4 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-x86_64.txt (renamed from contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-x86_64.txt (renamed from contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt | 4 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.darwin-x86_64.txt (renamed from contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.linux-x86_64.txt (renamed from contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.txt | 4 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-checksums/CMakeLists.darwin-x86_64.txt (renamed from contrib/restricted/aws/aws-checksums/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-checksums/CMakeLists.linux-x86_64.txt (renamed from contrib/restricted/aws/aws-checksums/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-checksums/CMakeLists.txt | 4 | ||||
-rw-r--r-- | contrib/restricted/aws/s2n/CMakeLists.darwin-x86_64.txt (renamed from contrib/restricted/aws/s2n/CMakeLists.darwin.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/s2n/CMakeLists.linux-x86_64.txt (renamed from contrib/restricted/aws/s2n/CMakeLists.linux.txt) | 0 | ||||
-rw-r--r-- | contrib/restricted/aws/s2n/CMakeLists.txt | 4 |
18 files changed, 12 insertions, 12 deletions
diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-x86_64.txt index c28381a676..c28381a676 100644 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/aws-c-cal/CMakeLists.darwin-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.linux.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-x86_64.txt index d729ec396a..d729ec396a 100644 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.linux.txt +++ b/contrib/restricted/aws/aws-c-cal/CMakeLists.linux-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-cal/CMakeLists.txt b/contrib/restricted/aws/aws-c-cal/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/contrib/restricted/aws/aws-c-cal/CMakeLists.txt +++ b/contrib/restricted/aws/aws-c-cal/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/contrib/restricted/aws/aws-c-common/CMakeLists.darwin.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-x86_64.txt index c6d3f58fef..c6d3f58fef 100644 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/aws-c-common/CMakeLists.darwin-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.linux.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.linux-x86_64.txt index 2e36a7692b..2e36a7692b 100644 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.linux.txt +++ b/contrib/restricted/aws/aws-c-common/CMakeLists.linux-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.txt +++ b/contrib/restricted/aws/aws-c-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/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-x86_64.txt index d7f9cd17a6..d7f9cd17a6 100644 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.darwin-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-x86_64.txt index e754eefb5a..e754eefb5a 100644 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux.txt +++ b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.linux-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt +++ b/contrib/restricted/aws/aws-c-event-stream/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/contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-x86_64.txt index 64d2a9dee3..64d2a9dee3 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/aws-c-io/CMakeLists.darwin-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.linux-x86_64.txt index 859d5769a1..859d5769a1 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt +++ b/contrib/restricted/aws/aws-c-io/CMakeLists.linux-x86_64.txt diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.txt +++ b/contrib/restricted/aws/aws-c-io/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/contrib/restricted/aws/aws-checksums/CMakeLists.darwin.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.darwin-x86_64.txt index c7805ff1e2..c7805ff1e2 100644 --- a/contrib/restricted/aws/aws-checksums/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/aws-checksums/CMakeLists.darwin-x86_64.txt diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.linux.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.linux-x86_64.txt index 70c75162ac..70c75162ac 100644 --- a/contrib/restricted/aws/aws-checksums/CMakeLists.linux.txt +++ b/contrib/restricted/aws/aws-checksums/CMakeLists.linux-x86_64.txt diff --git a/contrib/restricted/aws/aws-checksums/CMakeLists.txt b/contrib/restricted/aws/aws-checksums/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/contrib/restricted/aws/aws-checksums/CMakeLists.txt +++ b/contrib/restricted/aws/aws-checksums/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/contrib/restricted/aws/s2n/CMakeLists.darwin.txt b/contrib/restricted/aws/s2n/CMakeLists.darwin-x86_64.txt index 976996467f..976996467f 100644 --- a/contrib/restricted/aws/s2n/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/s2n/CMakeLists.darwin-x86_64.txt diff --git a/contrib/restricted/aws/s2n/CMakeLists.linux.txt b/contrib/restricted/aws/s2n/CMakeLists.linux-x86_64.txt index e4b895391c..e4b895391c 100644 --- a/contrib/restricted/aws/s2n/CMakeLists.linux.txt +++ b/contrib/restricted/aws/s2n/CMakeLists.linux-x86_64.txt diff --git a/contrib/restricted/aws/s2n/CMakeLists.txt b/contrib/restricted/aws/s2n/CMakeLists.txt index eee324bb60..8f8c04afe5 100644 --- a/contrib/restricted/aws/s2n/CMakeLists.txt +++ b/contrib/restricted/aws/s2n/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() |