jrfonseca / drmingw

Postmortem debugging tools for MinGW.
GNU Lesser General Public License v2.1
273 stars 53 forks source link

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

Open hmartinez82 opened 2 years ago

hmartinez82 commented 2 years ago

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.

jrfonseca commented 2 years ago

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.