Skip to content

Commit

Permalink
install sdk-config.h (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
flier authored Jun 9, 2022
1 parent 473c931 commit 4c657a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install(
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})

install(
DIRECTORY include/opentelemetry
DIRECTORY include/opentelemetry/
DESTINATION include/opentelemetry
FILES_MATCHING
PATTERN "*config.h")
Expand Down

1 comment on commit 4c657a1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4c657a1 Previous: 473c931 Ratio
BM_BaselineBuffer/2 15774109.363555908 ns/iter 1584235.1913452148 ns/iter 9.96

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.