Describe the bug
ninja.exe:
ZipStream.cpp(26): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
To Reproduce
Using Release 1.14.2 archive from Github.
Build with CMake and use POCO_UNBUNDLED
Expected behavior
Build succeeds and external Zlib is linked
Please add relevant environment information:
Additional context
Looking at the sources the file 'Zip/CMakeLists.txt' does not service POCO_UNBUNDLED.