diff options
| author | svidyuk <[email protected]> | 2022-04-07 01:46:38 +0300 |
|---|---|---|
| committer | svidyuk <[email protected]> | 2022-04-07 01:46:38 +0300 |
| commit | 2e2b332461784be2e8c8d2efd5b0c1649c26b5b1 (patch) | |
| tree | a0a83a46c4c2e5ce12d1470b501705ad43b2e593 /library/cpp/histogram | |
| parent | 700cb57397974489a2222cb0c2ede33215722e28 (diff) | |
Fix proto namespace support for plugins
ref:64f38ab703c48a08c49a2ede68481651c4d51f13
Diffstat (limited to 'library/cpp/histogram')
| -rw-r--r-- | library/cpp/histogram/adaptive/protos/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/cpp/histogram/adaptive/protos/CMakeLists.txt b/library/cpp/histogram/adaptive/protos/CMakeLists.txt index 444c6c85dcf..5047c525919 100644 --- a/library/cpp/histogram/adaptive/protos/CMakeLists.txt +++ b/library/cpp/histogram/adaptive/protos/CMakeLists.txt @@ -16,9 +16,6 @@ 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_sources(histogram-adaptive-protos PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/histogram/adaptive/protos/histo.pb.cc -) target_proto_addincls(histogram-adaptive-protos ./ ${CMAKE_SOURCE_DIR}/ |
