Skip to content

Commit 08c1cec

Browse files
authored
Merge branch 'main' into DisablePromCppTest
2 parents c21f0e3 + c1e6e16 commit 08c1cec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exporters/otlp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ install(
100100
DIRECTORY include/opentelemetry/exporters/otlp
101101
DESTINATION include/opentelemetry/exporters
102102
FILES_MATCHING
103-
PATTERN "*.h"
104-
PATTERN "otlp_recordable.h" EXCLUDE)
103+
PATTERN "*.h")
105104

106105
if(BUILD_TESTING)
107106
add_executable(otlp_recordable_test test/otlp_recordable_test.cc)

0 commit comments

Comments
 (0)