mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-19 04:59:48 -06:00
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
6 lines
145 B
ReStructuredText
6 lines
145 B
ReStructuredText
findzlib-static
|
|
---------------
|
|
|
|
* The :module:`FindZLIB` learned a new ``ZLIB_USE_STATIC_LIBS`` variable to
|
|
search only for static libraries.
|