You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context from #141 (comment)
I am actually not sure, but there was changed in cmake scripts in zlib-ng to 2.1. And the default cmake detection is a mess :D
So I think if we want to test it in CI, we have to also test against different distribution than Ubuntu or Debian.
From cmake source code:
```
# Override this default 'lib' with 'lib64' iff:
# - we are on Linux system but NOT cross-compiling
# - we are NOT on debian
# - we are NOT building for conda
# - we are on a 64 bits system
```
Co-Authored-By: Jakub Onderka <[email protected]>
0 commit comments