usnistgov / NFIQ2

Optical live-scan and ink fingerprint image quality assessment tool
https://www.nist.gov/services-resources/software/development-nfiq-20
Other
129 stars 57 forks source link

Duplicate ZLIB in debug-build #365

Closed sodmlx2 closed 11 months ago

sodmlx2 commented 11 months ago

When I compile the project with nfiq2 CLI support, libbiomeval and opencv generate duplicate zlib package and conflict.

gfiumara commented 11 months ago

OpenCV should be finding the zlib installed from vcpkg under Windows, no? Do you have zlib installed somewhere else with higher precedence that's cause this duplicate for you? The CIs on GitHub and my Windows build systems don't have a duplicate symbol issue.

sodmlx2 commented 11 months ago

I was wrong, debug-build works fine