diff options
author | Alexey Borzenkov <snaury@yandex-team.ru> | 2022-03-17 15:40:45 +0300 |
---|---|---|
committer | Alexey Borzenkov <snaury@yandex-team.ru> | 2022-03-17 15:40:45 +0300 |
commit | 6ee84f80952ac32766bd8d5b63431b59df6ee010 (patch) | |
tree | aa8f7423ac385989b8c77b37f5e7ffddf583a6f9 /CMakeLists.linux.txt | |
parent | 9f7f925df954712a6b6682492493106c509c132f (diff) | |
download | ydb-6ee84f80952ac32766bd8d5b63431b59df6ee010.tar.gz |
Avoid crashing in tablet resolver on follower update, KIKIMR-14514
ref:fe6b34a1fda9f6b503f13d6f5205f2c6d679d6ed
Diffstat (limited to 'CMakeLists.linux.txt')
-rw-r--r-- | CMakeLists.linux.txt | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/CMakeLists.linux.txt b/CMakeLists.linux.txt index 2eab2e65f5..835cb8ed36 100644 --- a/CMakeLists.linux.txt +++ b/CMakeLists.linux.txt @@ -6,43 +6,6 @@ # original buildsystem will not be accepted. -include(cmake/FindAIO.cmake) -include(cmake/antlr.cmake) -include(cmake/bison.cmake) -include(cmake/conan.cmake) -include(cmake/protobuf.cmake) -include(cmake/yandex_common.cmake) -include(cmake/global_vars.cmake) - -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" - "bin, ragel* -> ./bin" - "bin, ytasm* -> ./bin" - "res, * -> ./bin/bison/res" - OPTIONS - libiconv:shared=True - libidn:shared=True -) -conan_cmake_autodetect(settings) -conan_cmake_install( - PATH_OR_REFERENCE . - BUILD missing - REMOTE conancenter - SETTINGS ${settings} -) - add_subdirectory(ydb/apps/ydbd) add_subdirectory(contrib/libs/cxxsupp) add_subdirectory(contrib/libs/cxxsupp/libcxx) |