Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix calling target_include_directories on library #520

Merged
merged 2 commits into from
Jan 22, 2021

Conversation

ThomsonTan
Copy link
Contributor

CMake target_link_libraries() should be called instead of target_include_directories() to link to library like protobuf.

@ThomsonTan ThomsonTan requested a review from a team January 16, 2021 07:00
@codecov
Copy link

codecov bot commented Jan 16, 2021

Codecov Report

Merging #520 (7037c25) into master (51eef56) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #520      +/-   ##
==========================================
+ Coverage   94.46%   94.48%   +0.01%     
==========================================
  Files         189      189              
  Lines        8388     8388              
==========================================
+ Hits         7924     7925       +1     
+ Misses        464      463       -1     
Impacted Files Coverage Δ
sdk/test/common/circular_buffer_test.cc 98.97% <0.00%> (-1.03%) ⬇️
sdk/src/logs/batch_log_processor.cc 95.06% <0.00%> (+1.23%) ⬆️
sdk/test/metrics/counter_aggregator_test.cc 100.00% <0.00%> (+1.78%) ⬆️

@lalitb lalitb merged commit ad9e57f into open-telemetry:master Jan 22, 2021
@ThomsonTan ThomsonTan deleted the FixIncludeLib branch November 9, 2022 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants