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

link lib32z1-dev when building 32-bit library #892

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

ygj6
Copy link
Collaborator

@ygj6 ygj6 commented Jun 30, 2020

When building 32-bit libraries, cmake cannot find ZLIB even if lib32z1-dev is installed.
It can be fixed by passing the installation path of 32-bit zlib to ZLIB_LIBRARY.
https://github.com/msgpack/msgpack-c/runs/820783777?check_suite_focus=true

@codecov-commenter
Copy link

Codecov Report

Merging #892 into cpp_master will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           cpp_master     #892   +/-   ##
===========================================
  Coverage       86.51%   86.51%           
===========================================
  Files              72       72           
  Lines            5071     5071           
===========================================
  Hits             4387     4387           
  Misses            684      684           

@redboltz
Copy link
Contributor

redboltz commented Jul 1, 2020

Looks good to me. Thanks!

@redboltz redboltz merged commit f72c6c4 into msgpack:cpp_master Jul 1, 2020
@redboltz redboltz added the C++ label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants