aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/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 /library/cpp/openssl/crypto
parent3a349a1a0cd42df29e4c2b2c950a8bd1d14345e3 (diff)
downloadydb-04a19cc6b675d2380241eaa4b6e584a07bbd4280.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/openssl/crypto')
-rw-r--r--library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt3
-rw-r--r--library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt3
-rw-r--r--library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt3
-rw-r--r--library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt3
4 files changed, 4 insertions, 8 deletions
diff --git a/library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt
index d80e96fa54e..869195583d6 100644
--- a/library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt
+++ b/library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt
@@ -6,13 +6,12 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(cpp-openssl-crypto)
target_link_libraries(cpp-openssl-crypto PUBLIC
contrib-libs-cxxsupp
yutil
- OpenSSL::OpenSSL
+ contrib-libs-openssl
cpp-openssl-big_integer
cpp-openssl-init
)
diff --git a/library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt
index 1465076efca..3271a4071ce 100644
--- a/library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt
@@ -6,14 +6,13 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(cpp-openssl-crypto)
target_link_libraries(cpp-openssl-crypto PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
yutil
- OpenSSL::OpenSSL
+ contrib-libs-openssl
cpp-openssl-big_integer
cpp-openssl-init
)
diff --git a/library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt
index 1465076efca..3271a4071ce 100644
--- a/library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt
+++ b/library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt
@@ -6,14 +6,13 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(cpp-openssl-crypto)
target_link_libraries(cpp-openssl-crypto PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
yutil
- OpenSSL::OpenSSL
+ contrib-libs-openssl
cpp-openssl-big_integer
cpp-openssl-init
)
diff --git a/library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt
index d80e96fa54e..869195583d6 100644
--- a/library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt
+++ b/library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt
@@ -6,13 +6,12 @@
# original buildsystem will not be accepted.
-find_package(OpenSSL REQUIRED)
add_library(cpp-openssl-crypto)
target_link_libraries(cpp-openssl-crypto PUBLIC
contrib-libs-cxxsupp
yutil
- OpenSSL::OpenSSL
+ contrib-libs-openssl
cpp-openssl-big_integer
cpp-openssl-init
)