Hi, I compile my zlib as usual
cmake -DSKIP_INSTALL_FILES=ON -DCMAKE_C_FLAGS_RELEASE=/MT -DCMAKE_STATIC_LINKER_FLAGS=/SUBSYSTEM:CONSOLE,6.01 -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RELEASE
Starting with 1.3, the integration with my project fails and seems a MT/MD problem.
When compiling 1.3, I see in the log a lot of warnings about overriding my MT with MD.

Tried to diff between my old working 1.2.12 and 1.3 and I could not find yet the problem, thanks.