INSTALL-CMAKE.md: mention ZLIB_USE_STATIC_LIBS

Cherry-picked from #16394
Closes #16457
This commit is contained in:
Viktor Szakats 2025-02-24 18:23:47 +01:00
parent edfa537100
commit 5070b6ac45
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -306,6 +306,7 @@ Details via CMake
- `OPENSSL_USE_STATIC_LIBS`: Look for static OpenSSL libraries.
- `ZLIB_INCLUDE_DIR`: The zlib include directory.
- `ZLIB_LIBRARY`: Path to `zlib` library.
- `ZLIB_USE_STATIC_LIBS`: Look for static ZLIB library (requires CMake v3.24).
## Dependency options