commit | 185723461f02872987de862ecfcb5ec32e6ecde6 | [log] [tgz] |
---|---|---|
author | Peter Würth <wuerth.peter@freenet.de> | Sat Mar 12 17:06:53 2022 +0100 |
committer | Peter Würth <wuerth.peter@freenet.de> | Sat Mar 12 17:55:57 2022 +0100 |
tree | e50eabc3a67ad2007eba26752f4889230de8e41d | |
parent | de52151359f404ee8acb25f29de1f7fc3b1fa9ca [diff] |
FindZLIB: more library names + option to prefer static library Adds additional library names `zlibstat[d]` and `zlibvc[d]` for Windows, when zlib is built using one of the Visual Studio solutions under `zlib/contrib/vstudio`. Adds a `ZLIB_USE_STATIC_LIBS` option that is equivilent to similar settings in other modules such as FindProtobuf, FindOpenSSL, etc. Implements #18029 and #23140