aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 12:53:35 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 12:53:35 +0300
commit33ed6077e694c2f1286c01ebe1be30b189850e77 (patch)
treee63bbad8736baf21ab183e9d98597aa27f5a2233 /contrib/libs/poco
parentfb974eec1b6958138ae30adaafd5503f0d91d388 (diff)
downloadydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/poco')
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/Crypto/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/Crypto/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.txt4
-rw-r--r--contrib/libs/poco/Foundation/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/Foundation/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/Foundation/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/Foundation/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/Foundation/CMakeLists.txt4
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/JSON/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/JSON/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.txt4
-rw-r--r--contrib/libs/poco/Net/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/Net/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/Net/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/Net/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/Net/CMakeLists.txt4
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt4
-rw-r--r--contrib/libs/poco/Util/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/Util/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/Util/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/Util/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/Util/CMakeLists.txt4
-rw-r--r--contrib/libs/poco/XML/CMakeLists.darwin-x86_64.txt (renamed from contrib/libs/poco/XML/CMakeLists.darwin.txt)0
-rw-r--r--contrib/libs/poco/XML/CMakeLists.linux-x86_64.txt (renamed from contrib/libs/poco/XML/CMakeLists.linux.txt)0
-rw-r--r--contrib/libs/poco/XML/CMakeLists.txt4
21 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/poco/Crypto/CMakeLists.darwin.txt b/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt
index 431de24a137..431de24a137 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/Crypto/CMakeLists.linux.txt b/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt
index 0638e0d2191..0638e0d2191 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.linux.txt
+++ b/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/Crypto/CMakeLists.txt b/contrib/libs/poco/Crypto/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.txt
+++ b/contrib/libs/poco/Crypto/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/libs/poco/Foundation/CMakeLists.darwin.txt b/contrib/libs/poco/Foundation/CMakeLists.darwin-x86_64.txt
index 8b1e0a65b50..8b1e0a65b50 100644
--- a/contrib/libs/poco/Foundation/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Foundation/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/Foundation/CMakeLists.linux.txt b/contrib/libs/poco/Foundation/CMakeLists.linux-x86_64.txt
index 781a72b8115..781a72b8115 100644
--- a/contrib/libs/poco/Foundation/CMakeLists.linux.txt
+++ b/contrib/libs/poco/Foundation/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/Foundation/CMakeLists.txt b/contrib/libs/poco/Foundation/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/Foundation/CMakeLists.txt
+++ b/contrib/libs/poco/Foundation/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/libs/poco/JSON/CMakeLists.darwin.txt b/contrib/libs/poco/JSON/CMakeLists.darwin-x86_64.txt
index 403b3bc5c6e..403b3bc5c6e 100644
--- a/contrib/libs/poco/JSON/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/JSON/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/JSON/CMakeLists.linux.txt b/contrib/libs/poco/JSON/CMakeLists.linux-x86_64.txt
index 03b67f2fd7d..03b67f2fd7d 100644
--- a/contrib/libs/poco/JSON/CMakeLists.linux.txt
+++ b/contrib/libs/poco/JSON/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/JSON/CMakeLists.txt b/contrib/libs/poco/JSON/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/JSON/CMakeLists.txt
+++ b/contrib/libs/poco/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/contrib/libs/poco/Net/CMakeLists.darwin.txt b/contrib/libs/poco/Net/CMakeLists.darwin-x86_64.txt
index 4dd5878c21b..4dd5878c21b 100644
--- a/contrib/libs/poco/Net/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Net/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/Net/CMakeLists.linux.txt b/contrib/libs/poco/Net/CMakeLists.linux-x86_64.txt
index cf62029e714..cf62029e714 100644
--- a/contrib/libs/poco/Net/CMakeLists.linux.txt
+++ b/contrib/libs/poco/Net/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/Net/CMakeLists.txt b/contrib/libs/poco/Net/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/Net/CMakeLists.txt
+++ b/contrib/libs/poco/Net/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/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin-x86_64.txt
index 4d7e2f17c07..4d7e2f17c07 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-x86_64.txt
index 7eab9ec5126..7eab9ec5126 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux.txt
+++ b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt
+++ b/contrib/libs/poco/NetSSL_OpenSSL/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/libs/poco/Util/CMakeLists.darwin.txt b/contrib/libs/poco/Util/CMakeLists.darwin-x86_64.txt
index 813912d18d9..813912d18d9 100644
--- a/contrib/libs/poco/Util/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Util/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/Util/CMakeLists.linux.txt b/contrib/libs/poco/Util/CMakeLists.linux-x86_64.txt
index 56c49ac4c63..56c49ac4c63 100644
--- a/contrib/libs/poco/Util/CMakeLists.linux.txt
+++ b/contrib/libs/poco/Util/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/Util/CMakeLists.txt b/contrib/libs/poco/Util/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/Util/CMakeLists.txt
+++ b/contrib/libs/poco/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/contrib/libs/poco/XML/CMakeLists.darwin.txt b/contrib/libs/poco/XML/CMakeLists.darwin-x86_64.txt
index 5e02faf42f5..5e02faf42f5 100644
--- a/contrib/libs/poco/XML/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/XML/CMakeLists.darwin-x86_64.txt
diff --git a/contrib/libs/poco/XML/CMakeLists.linux.txt b/contrib/libs/poco/XML/CMakeLists.linux-x86_64.txt
index 803edf0122e..803edf0122e 100644
--- a/contrib/libs/poco/XML/CMakeLists.linux.txt
+++ b/contrib/libs/poco/XML/CMakeLists.linux-x86_64.txt
diff --git a/contrib/libs/poco/XML/CMakeLists.txt b/contrib/libs/poco/XML/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/contrib/libs/poco/XML/CMakeLists.txt
+++ b/contrib/libs/poco/XML/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()