Skip to content

Commit 587ef41

Browse files
committed
Cleanup
1 parent 9446117 commit 587ef41

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

cmake/opentelemetry-proto.cmake

+3-12
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,6 @@ set(PROFILES_SERVICE_PB_CPP_FILE
139139
"${GENERATED_PROTOBUF_PATH}/opentelemetry/proto/collector/profiles/v1experimental/profiles_service.pb.cc")
140140

141141
if(WITH_OTLP_GRPC)
142-
set(PROFILES_GRPC_CPP_FILE
143-
"${GENERATED_PROTOBUF_PATH}/opentelemetry/proto/profiles/v1experimental/profiles.grpc.pb.cc")
144-
set(PROFILES_GRPC_H_FILE
145-
"${GENERATED_PROTOBUF_PATH}/opentelemetry/proto/profiles/v1experimental/profiles.grpc.pb.h")
146-
set(PROFILES_EXT_GRPC_CPP_FILE
147-
"${GENERATED_PROTOBUF_PATH}/opentelemetry/proto/profiles/v1experimental/pprofextended.grpc.pb.cc")
148-
set(PROFILES_EXT_GRPC_H_FILE
149-
"${GENERATED_PROTOBUF_PATH}/opentelemetry/proto/profiles/v1experimental/pprofextended.grpc.pb.h")
150142
set(PROFILES_SERVICE_GRPC_PB_H_FILE
151143
"${GENERATED_PROTOBUF_PATH}/opentelemetry/proto/collector/profiles/v1experimental/profiles_service.grpc.pb.h")
152144
set(PROFILES_SERVICE_GRPC_PB_CPP_FILE
@@ -229,14 +221,17 @@ set(PROTOBUF_GENERATED_FILES
229221
${LOGS_PB_CPP_FILE}
230222
${METRICS_PB_H_FILE}
231223
${METRICS_PB_CPP_FILE}
224+
${PROFILES_H_FILE}
232225
${PROFILES_CPP_FILE}
226+
${PROFILES_EXT_H_FILE}
233227
${PROFILES_EXT_CPP_FILE}
234228
${TRACE_SERVICE_PB_H_FILE}
235229
${TRACE_SERVICE_PB_CPP_FILE}
236230
${LOGS_SERVICE_PB_H_FILE}
237231
${LOGS_SERVICE_PB_CPP_FILE}
238232
${METRICS_SERVICE_PB_H_FILE}
239233
${METRICS_SERVICE_PB_CPP_FILE}
234+
${PROFILES_SERVICE_PB_H_FILE}
240235
${PROFILES_SERVICE_PB_CPP_FILE})
241236

242237
if(WITH_OTLP_GRPC)
@@ -253,10 +248,6 @@ if(WITH_OTLP_GRPC)
253248
${LOGS_SERVICE_GRPC_PB_CPP_FILE}
254249
${METRICS_SERVICE_GRPC_PB_H_FILE}
255250
${METRICS_SERVICE_GRPC_PB_CPP_FILE}
256-
${PROFILES_GRPC_CPP_FILE}
257-
${PROFILES_GRPC_H_FILE}
258-
${PROFILES_EXT_GRPC_CPP_FILE}
259-
${PROFILES_EXT_GRPC_H_FILE}
260251
${PROFILES_SERVICE_GRPC_PB_H_FILE}
261252
${PROFILES_SERVICE_GRPC_PB_CPP_FILE})
262253
endif()

0 commit comments

Comments
 (0)