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

Enable CMake to search the new package variable <PackageName>_ROOT #975

Merged
merged 2 commits into from
Sep 9, 2021

Conversation

ThomsonTan
Copy link
Contributor

We have dependency on cURL which dpendes on zlib. The latest vcpkg port of zlib introduced ZLIB_ROOT in this PR. The default policy of CMake 3.12 and above is warning on the user of this variable and ignore it. This PR asks CMake to follow the new behavior and honor ZLIB_ROOT accordingly.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@ThomsonTan ThomsonTan requested a review from a team September 9, 2021 19:01
@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #975 (bf47d22) into main (aaf78a3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #975   +/-   ##
=======================================
  Coverage   95.38%   95.38%           
=======================================
  Files         161      161           
  Lines        6817     6817           
=======================================
  Hits         6502     6502           
  Misses        315      315           

@lalitb lalitb merged commit fc8f854 into open-telemetry:main Sep 9, 2021
@lalitb lalitb mentioned this pull request Sep 17, 2021
3 tasks
@ThomsonTan ThomsonTan deleted the Policy0075 branch September 22, 2021 04:12
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