aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Crypto
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-09-06 12:31:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-09-06 12:59:52 +0300
commit04a19cc6b675d2380241eaa4b6e584a07bbd4280 (patch)
tree072700370672dc35fc987c10419e5ab34f4ca7fd /contrib/libs/poco/Crypto
parent3a349a1a0cd42df29e4c2b2c950a8bd1d14345e3 (diff)
downloadydb-04a19cc6b675d2380241eaa4b6e584a07bbd4280.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/poco/Crypto')
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt3
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt3
-rw-r--r--contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt3
3 files changed, 3 insertions, 6 deletions
diff --git a/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt
index 431de24a13..d0907f3098 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt
+++ b/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt
@@ -6,7 +6,6 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(libs-poco-Crypto)
target_compile_options(libs-poco-Crypto PRIVATE
@@ -27,7 +26,7 @@ target_include_directories(libs-poco-Crypto PRIVATE
)
target_link_libraries(libs-poco-Crypto PUBLIC
contrib-libs-cxxsupp
- OpenSSL::OpenSSL
+ contrib-libs-openssl
libs-poco-Foundation
)
target_sources(libs-poco-Crypto PRIVATE
diff --git a/contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt
index 0638e0d219..d3e3a5ad4c 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt
+++ b/contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt
@@ -6,7 +6,6 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(libs-poco-Crypto)
target_compile_options(libs-poco-Crypto PRIVATE
@@ -28,7 +27,7 @@ target_include_directories(libs-poco-Crypto PRIVATE
target_link_libraries(libs-poco-Crypto PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
- OpenSSL::OpenSSL
+ contrib-libs-openssl
libs-poco-Foundation
)
target_sources(libs-poco-Crypto PRIVATE
diff --git a/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt
index 0638e0d219..d3e3a5ad4c 100644
--- a/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt
+++ b/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt
@@ -6,7 +6,6 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(libs-poco-Crypto)
target_compile_options(libs-poco-Crypto PRIVATE
@@ -28,7 +27,7 @@ target_include_directories(libs-poco-Crypto PRIVATE
target_link_libraries(libs-poco-Crypto PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
- OpenSSL::OpenSSL
+ contrib-libs-openssl
libs-poco-Foundation
)
target_sources(libs-poco-Crypto PRIVATE