We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b5fbd commit 09c0616Copy full SHA for 09c0616
cmake/opentelemetry-proto.cmake
@@ -288,7 +288,9 @@ add_custom_command(
288
${LOGS_PROTO} ${METRICS_PROTO} ${TRACE_SERVICE_PROTO} ${LOGS_SERVICE_PROTO}
289
${METRICS_SERVICE_PROTO} ${PROFILES_PROTO}
290
${PROFILES_SERVICE_PROTO}
291
- COMMENT "[Run]: ${PROTOBUF_RUN_PROTOC_COMMAND}")
+ COMMENT "[Run]: ${PROTOBUF_RUN_PROTOC_COMMAND}"
292
+ DEPENDS ${PROTOBUF_PROTOC_EXECUTABLE}
293
+ )
294
295
include_directories("${GENERATED_PROTOBUF_PATH}")
296
0 commit comments