diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 17:52:14 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 17:52:14 +0300 |
commit | 154700b20366969d89b7f6b6ffcedf6be3a1deae (patch) | |
tree | 84c3ecf3cb6ca91983676fe6b79f0904d66a9462 /contrib/tools/python3 | |
parent | e593c74c608a3cd3ec6189c63ec44ed28616340e (diff) | |
download | ydb-154700b20366969d89b7f6b6ffcedf6be3a1deae.tar.gz |
intermediate changes
ref:70ac1bca1acbb458c863fb4686263967ea009057
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r-- | contrib/tools/python3/src/Modules/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python3/src/Modules/CMakeLists.txt b/contrib/tools/python3/src/Modules/CMakeLists.txt index e179872773..d5e241308a 100644 --- a/contrib/tools/python3/src/Modules/CMakeLists.txt +++ b/contrib/tools/python3/src/Modules/CMakeLists.txt @@ -1,5 +1,5 @@ -find_package(OpenSSL) -find_package(ZLIB) +find_package(OpenSSL REQUIRED) +find_package(ZLIB REQUIRED) add_library(python3-src-Modules) target_compile_options(python3-src-Modules PRIVATE |