drmingw icon indicating copy to clipboard operation
drmingw copied to clipboard

Feature request: Allow opt-in to use system provided zlib

Open hmartinez82 opened this issue 2 years ago • 1 comments

Today drmingw uses zlib as a git submodule. For some uses cases, like MSYS2, it would be better to use the system provided one.

An optional USE_SYSTEM_ZLIB CMake option could be introduced.

hmartinez82 avatar Jul 01 '22 16:07 hmartinez82

That's reasonable.

If you want to propose a patch, you can look at https://github.com/apitrace/apitrace/blob/master/CMakeLists.txt as reference.

jrfonseca avatar Jul 02 '22 06:07 jrfonseca