aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorAlexey Borzenkov <snaury@yandex-team.ru>2022-03-17 15:40:45 +0300
committerAlexey Borzenkov <snaury@yandex-team.ru>2022-03-17 15:40:45 +0300
commit6ee84f80952ac32766bd8d5b63431b59df6ee010 (patch)
treeaa8f7423ac385989b8c77b37f5e7ffddf583a6f9 /library/cpp
parent9f7f925df954712a6b6682492493106c509c132f (diff)
downloadydb-6ee84f80952ac32766bd8d5b63431b59df6ee010.tar.gz
Avoid crashing in tablet resolver on follower update, KIKIMR-14514
ref:fe6b34a1fda9f6b503f13d6f5205f2c6d679d6ed
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/build_info/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/library/cpp/build_info/CMakeLists.txt b/library/cpp/build_info/CMakeLists.txt
index 6223c56b95..b1075e61da 100644
--- a/library/cpp/build_info/CMakeLists.txt
+++ b/library/cpp/build_info/CMakeLists.txt
@@ -32,23 +32,3 @@ add_custom_command(
\"${CMAKE_CXX_COMPILER}\"
\"${CMAKE_CXX_FLAGS}\"
)
-set(
- KOSHER_SVN_VERSION
-
-)
-set(
- SANDBOX_TASK_ID
- 0
-)
-configure_file(
- ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in
- ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp
-)
-set(
- BUILD_TYPE
- RELEASE
-)
-configure_file(
- ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in
- ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp
-)