diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-25 11:28:36 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-25 11:28:36 +0300 |
commit | 840813e444ead1827cba829e6ec0fb9739e03c4a (patch) | |
tree | d02d3fc3388eb180ec62d570cc94920df0282938 /library/cpp/histogram/adaptive/protos | |
parent | 66834feb30614a28410b37b4be1842f6eb9fc7ed (diff) | |
download | ydb-840813e444ead1827cba829e6ec0fb9739e03c4a.tar.gz |
intermediate changes
ref:e3f00ef4e6dea6578b7e9ead4e6c020e1e259495
Diffstat (limited to 'library/cpp/histogram/adaptive/protos')
-rw-r--r-- | library/cpp/histogram/adaptive/protos/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/cpp/histogram/adaptive/protos/CMakeLists.txt b/library/cpp/histogram/adaptive/protos/CMakeLists.txt index 272f39ddce..0ad780d702 100644 --- a/library/cpp/histogram/adaptive/protos/CMakeLists.txt +++ b/library/cpp/histogram/adaptive/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(histogram-adaptive-protos PUBLIC target_proto_messages(histogram-adaptive-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/histogram/adaptive/protos/histo.proto ) -target_proto_plugin(histogram-adaptive-protos - cpp_styleguide - cpp_styleguide -) |