aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-03-01 19:19:54 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-03-01 19:19:54 +0300
commitf36fdcfbd29c3b260b7de1c02000b23572b1168d (patch)
tree6d15d0d04d54cb5ea95cae1224eda04987aca4ca
parent7eb33768269c07d85e53206e49efbd3ae1699163 (diff)
downloadydb-f36fdcfbd29c3b260b7de1c02000b23572b1168d.tar.gz
Intermediate changes
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.darwin.txt1
-rw-r--r--contrib/libs/poco/Foundation/CMakeLists.darwin.txt1
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.darwin.txt1
-rw-r--r--contrib/libs/poco/Net/CMakeLists.darwin.txt1
-rw-r--r--contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt1
-rw-r--r--contrib/libs/poco/Util/CMakeLists.darwin.txt1
-rw-r--r--contrib/libs/poco/XML/CMakeLists.darwin.txt1
7 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/poco/Crypto/CMakeLists.darwin.txt b/contrib/libs/poco/Crypto/CMakeLists.darwin.txt
index 373792d7c1..431de24a13 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Crypto/CMakeLists.darwin.txt
@@ -15,6 +15,7 @@ target_compile_options(libs-poco-Crypto PRIVATE
-DPOCO_NO_AUTOMATIC_LIBS
-DPOCO_UNBUNDLED
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-Crypto PUBLIC
diff --git a/contrib/libs/poco/Foundation/CMakeLists.darwin.txt b/contrib/libs/poco/Foundation/CMakeLists.darwin.txt
index 7560f85528..8b1e0a65b5 100644
--- a/contrib/libs/poco/Foundation/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Foundation/CMakeLists.darwin.txt
@@ -18,6 +18,7 @@ target_compile_options(libs-poco-Foundation PRIVATE
-DPOCO_NO_AUTOMATIC_LIBS
-DPOCO_UNBUNDLED
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-Foundation PUBLIC
diff --git a/contrib/libs/poco/JSON/CMakeLists.darwin.txt b/contrib/libs/poco/JSON/CMakeLists.darwin.txt
index 1fa7298700..403b3bc5c6 100644
--- a/contrib/libs/poco/JSON/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/JSON/CMakeLists.darwin.txt
@@ -14,6 +14,7 @@ target_compile_options(libs-poco-JSON PRIVATE
-DPOCO_NO_AUTOMATIC_LIBS
-DPOCO_UNBUNDLED
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-JSON PUBLIC
diff --git a/contrib/libs/poco/Net/CMakeLists.darwin.txt b/contrib/libs/poco/Net/CMakeLists.darwin.txt
index aa58db8398..4dd5878c21 100644
--- a/contrib/libs/poco/Net/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Net/CMakeLists.darwin.txt
@@ -14,6 +14,7 @@ target_compile_options(libs-poco-Net PRIVATE
-DPOCO_NO_AUTOMATIC_LIBS
-DPOCO_UNBUNDLED
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-Net PUBLIC
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt
index 17bb3475b6..4d7e2f17c0 100644
--- a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin.txt
@@ -15,6 +15,7 @@ target_compile_options(libs-poco-NetSSL_OpenSSL PRIVATE
-DPOCO_NO_AUTOMATIC_LIBS
-DPOCO_UNBUNDLED
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-NetSSL_OpenSSL PUBLIC
diff --git a/contrib/libs/poco/Util/CMakeLists.darwin.txt b/contrib/libs/poco/Util/CMakeLists.darwin.txt
index 207a020c36..813912d18d 100644
--- a/contrib/libs/poco/Util/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/Util/CMakeLists.darwin.txt
@@ -14,6 +14,7 @@ target_compile_options(libs-poco-Util PRIVATE
-DPOCO_NO_AUTOMATIC_LIBS
-DPOCO_UNBUNDLED
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-Util PUBLIC
diff --git a/contrib/libs/poco/XML/CMakeLists.darwin.txt b/contrib/libs/poco/XML/CMakeLists.darwin.txt
index 4bc521f819..5e02faf42f 100644
--- a/contrib/libs/poco/XML/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/XML/CMakeLists.darwin.txt
@@ -17,6 +17,7 @@ target_compile_options(libs-poco-XML PRIVATE
-DXML_DTD
-DXML_NS
-DPOCO_OS_FAMILY_UNIX
+ -DPOCO_NO_STAT64
$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(libs-poco-XML PUBLIC