Skip to content

Commit

Permalink
export opentelemetry_otlp_recordable
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored May 1, 2022
1 parent c8bd431 commit a2d2562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ install(
DIRECTORY include/opentelemetry/exporters/otlp
DESTINATION include/opentelemetry/exporters
FILES_MATCHING
PATTERN "*.h"
PATTERN "otlp_recordable.h" EXCLUDE)
PATTERN "*.h")

if(BUILD_TESTING)
add_executable(otlp_recordable_test test/otlp_recordable_test.cc)
Expand Down

0 comments on commit a2d2562

Please sign in to comment.