diff options
author | pnv1 <pnv1@yandex-team.ru> | 2022-03-01 16:39:56 +0300 |
---|---|---|
committer | pnv1 <pnv1@yandex-team.ru> | 2022-03-01 16:39:56 +0300 |
commit | e28946633ffe99ca801c9ce9a8e835e796a20c12 (patch) | |
tree | 6abf6146e14ca9d23c1ef74dd11da0123a225da3 /library/cpp/openssl | |
parent | 2abfb07de63eed20a0745f07e169c651aceaca0f (diff) | |
download | ydb-e28946633ffe99ca801c9ce9a8e835e796a20c12.tar.gz |
Improve SystemCommand check in YDB CLI, KIKIMR-14321
ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
Diffstat (limited to 'library/cpp/openssl')
-rw-r--r-- | library/cpp/openssl/holders/CMakeLists.txt | 8 | ||||
-rw-r--r-- | library/cpp/openssl/init/CMakeLists.txt | 8 | ||||
-rw-r--r-- | library/cpp/openssl/io/CMakeLists.txt | 8 | ||||
-rw-r--r-- | library/cpp/openssl/method/CMakeLists.txt | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/library/cpp/openssl/holders/CMakeLists.txt b/library/cpp/openssl/holders/CMakeLists.txt index a1070e8b60c..90f445a87bd 100644 --- a/library/cpp/openssl/holders/CMakeLists.txt +++ b/library/cpp/openssl/holders/CMakeLists.txt @@ -1,3 +1,11 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + find_package(OpenSSL REQUIRED) add_library(cpp-openssl-holders) diff --git a/library/cpp/openssl/init/CMakeLists.txt b/library/cpp/openssl/init/CMakeLists.txt index b54158108d3..6049df14dc4 100644 --- a/library/cpp/openssl/init/CMakeLists.txt +++ b/library/cpp/openssl/init/CMakeLists.txt @@ -1,3 +1,11 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + find_package(OpenSSL REQUIRED) add_library(cpp-openssl-init) diff --git a/library/cpp/openssl/io/CMakeLists.txt b/library/cpp/openssl/io/CMakeLists.txt index 3e235c95645..42f1810dab2 100644 --- a/library/cpp/openssl/io/CMakeLists.txt +++ b/library/cpp/openssl/io/CMakeLists.txt @@ -1,3 +1,11 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + find_package(OpenSSL REQUIRED) add_library(cpp-openssl-io) diff --git a/library/cpp/openssl/method/CMakeLists.txt b/library/cpp/openssl/method/CMakeLists.txt index 6884fe9f740..81ee4aeeca5 100644 --- a/library/cpp/openssl/method/CMakeLists.txt +++ b/library/cpp/openssl/method/CMakeLists.txt @@ -1,3 +1,11 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + find_package(OpenSSL REQUIRED) add_library(cpp-openssl-method) |