diff options
Diffstat (limited to 'library/cpp/monlib/encode/legacy_protobuf/protos')
-rw-r--r-- | library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt index 7a0c8e732a..3c051b63a3 100644 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt +++ b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt @@ -16,9 +16,6 @@ target_link_libraries(encode-legacy_protobuf-protos PUBLIC target_proto_messages(encode-legacy_protobuf-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto ) -target_sources(encode-legacy_protobuf-protos PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.pb.cc -) target_proto_addincls(encode-legacy_protobuf-protos ./ ${CMAKE_SOURCE_DIR}/ |