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 missing include dir for configure_package_config_file #514

Merged
merged 3 commits into from
Jan 21, 2021

Conversation

ThomsonTan
Copy link
Contributor

@ThomsonTan ThomsonTan commented Jan 13, 2021

This fixes #513 by passing the missing INCLUDE_INSTALL_DIR to configure_package_config_file as PATH_VARS.

@ThomsonTan ThomsonTan requested a review from a team January 13, 2021 05:00
@ThomsonTan ThomsonTan changed the title Fixing missing include dir for configure_package_config_file Fix missing include dir for configure_package_config_file Jan 13, 2021
@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Merging #514 (a4a60f8) into master (4a13db9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #514   +/-   ##
=======================================
  Coverage   94.46%   94.46%           
=======================================
  Files         189      189           
  Lines        8388     8388           
=======================================
  Hits         7924     7924           
  Misses        464      464           
Impacted Files Coverage Δ
sdk/test/common/circular_buffer_test.cc 98.97% <0.00%> (-1.03%) ⬇️
sdk/test/metrics/counter_aggregator_test.cc 100.00% <0.00%> (+1.78%) ⬆️

@ThomsonTan ThomsonTan added bug Something isn't working and removed bug Something isn't working labels Jan 13, 2021
@ThomsonTan ThomsonTan added the pr:please-merge This PR is ready to be merged by a Maintainer (rebased, CI passed, has enough valid approvals, etc.) label Jan 20, 2021
@lalitb lalitb merged commit d65d7c0 into open-telemetry:master Jan 21, 2021
@ThomsonTan ThomsonTan deleted the FixFindPackage 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
pr:please-merge This PR is ready to be merged by a Maintainer (rebased, CI passed, has enough valid approvals, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake find_package failed to import opentelemetry-cpp
3 participants