diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 11:43:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 11:43:00 +0300 |
commit | 42f6e0ffddb92ca389ac4bcd01acb0caa905c6df (patch) | |
tree | 6686ff11d0f47de24bfd487d00002ea3fb732490 /CMakeLists.txt | |
parent | ae944dbe1a985556fe224f49a2b1ea85147a07fe (diff) | |
download | ydb-42f6e0ffddb92ca389ac4bcd01acb0caa905c6df.tar.gz |
intermediate changes
ref:fb678b285db60965c2b65db96852ae4cfb5879d6
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db7f9e4ebb..7658709f99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,13 @@ conan_cmake_configure( GENERATORS cmake_find_package REQUIRES bison/3.5.3 + c-ares/1.17.2 + libiconv/1.15 + libidn/1.36 + openssl/1.1.1l ragel/6.10 yasm/1.3.0 + zlib/1.2.11 IMPORTS "bin, *yasm* -> ./bin" "bin, bison* -> ./bin/bison/bin" |