diff options
author | bazeltsev <bazeltsev@ydb.tech> | 2022-07-12 11:06:14 +0300 |
---|---|---|
committer | bazeltsev <bazeltsev@ydb.tech> | 2022-07-12 11:06:14 +0300 |
commit | c6cdad018516a5a339c99143ebddf93b278edb9a (patch) | |
tree | 7429bacc34973d7347686fb64f7c52cc35c3c2c3 /CMakeLists.txt | |
parent | e0c4538dba443e13e4fc08976777b3e1889b06e2 (diff) | |
download | ydb-c6cdad018516a5a339c99143ebddf93b278edb9a.tar.gz |
Fix create table format
fixed
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea2139cfbb..ca4feb96da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ conan_cmake_configure( GENERATORS cmake_find_package REQUIRES bison/3.5.3 - c-ares/1.17.2 + c-ares/1.18.1 libiconv/1.15 openssl/1.1.1l ragel/6.10 |