Skip to content

Commit

Permalink
Merge branch 'main' into DisablePromCppTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored May 2, 2022
2 parents c21f0e3 + c1e6e16 commit 08c1cec
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 08c1cec

Please sign in to comment.