Skip to content

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

Merged
lalitb merged 2 commits into
open-telemetry:mainfrom
ThomsonTan:Policy0075
Sep 9, 2021
Merged

Enable CMake to search the new package variable <PackageName>_ROOT#975
lalitb merged 2 commits into
open-telemetry:mainfrom
ThomsonTan:Policy0075

Conversation

@ThomsonTan
Copy link
Copy Markdown
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
Copy Markdown

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