Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Fix conan install by specifiyng zlib version #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hrabalik
Copy link

- 'fltk/1.3.8' requires 'zlib/1.2.11'
- 'libxml2/2.9.12' requires 'zlib/1.2.12'
- to resolve the conflict, specify 'zlib/1.2.12' in the conanfile
@codecov-commenter
Copy link

codecov-commenter commented Apr 13, 2022

Codecov Report

Merging #216 (d5e73a7) into main (2b9c3c9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   80.00%   80.00%           
=======================================
  Files           3        3           
  Lines          30       30           
=======================================
  Hits           24       24           
  Misses          6        6           
Flag Coverage Δ
Linux ?
Windows 80.00% <ø> (ø)
macOS ?

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b9c3c9...d5e73a7. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conan install fails due to zlib version conflict
2 participants