We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302754c commit 371841dCopy full SHA for 371841d
CMakeLists.txt
@@ -430,7 +430,8 @@ if(WITH_OTLP_GRPC OR WITH_OTLP_HTTP)
430
if(TARGET protobuf::protoc)
431
project_build_tools_get_imported_location(PROTOBUF_PROTOC_EXECUTABLE
432
protobuf::protoc)
433
- # If protobuf::protoc is not a imported target, then we use the target directly for fallback
+ # If protobuf::protoc is not a imported target, then we use the target
434
+ # directly for fallback
435
if(NOT PROTOBUF_PROTOC_EXECUTABLE)
436
set(PROTOBUF_PROTOC_EXECUTABLE protobuf::protoc)
437
endif()
0 commit comments