diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-04-20 10:46:26 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.ru> | 2022-04-20 10:46:26 +0300 |
commit | 29fa2493d33edce9a81274f2e8e7a7c50b39f006 (patch) | |
tree | 2fea96b70e1afa630dd9045a3dea7cedaef5ae18 | |
parent | 6b1b014a9d5f48c2c94295bbecd3d3fd7bfe6340 (diff) | |
download | ydb-29fa2493d33edce9a81274f2e8e7a7c50b39f006.tar.gz |
Update zlib to 1.2.12
ref:4ef93c12eb80d6a8aedb9ae491b2b761fe94f77f
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 59c959c6957..b4923c15164 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,7 @@ conan_cmake_configure( openssl/1.1.1l ragel/6.10 yasm/1.3.0 - zlib/1.2.11 + zlib/1.2.12 IMPORTS "bin, *yasm* -> ./bin" "bin, bison* -> ./bin/bison/bin" |