zlib
zlib copied to clipboard
Stop cmake deprecation warning about using minimum versions than 2.8.12
On Windows using cmake version 3.19.* a deprecation warning about versions less than 2.8.12 was poping up. It seems that early version support will be cut soon. The related change still considers 2.4.4 as the minimum in the minimum range.
I also get this warning when compiling with Visual Studio 2022 17.0.0 Professional.