Skip to content

Commit e2b23aa

Browse files
committed
Fix includes
1 parent 4367e62 commit e2b23aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/opentelemetry-proto.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ endif()
342342
if(Protobuf_INCLUDE_DIRS)
343343
target_include_directories(
344344
opentelemetry_proto BEFORE
345-
PUBLIC "$<BUILD_INTERFACE:${Protobuf_INCLUDE_DIRS}")
345+
PUBLIC "$<BUILD_INTERFACE:${Protobuf_INCLUDE_DIRS}>")
346346
endif()
347347

348348
if(WITH_OTLP_GRPC)

0 commit comments

Comments
 (0)