Ben Wolsieffer 4b8f0a36a6 CMake: make utf8proc, PCRE2, zlib and expat private dependencies
In the unbundled build, utf8proc, PCRE2, zlib and expat were all
included as part of the CMake link interface, and therefore the CMake
config file required find_dependency() calls for each.

These libraries are internal implementation details of Poco and are not
exposed in any public API. Therefore, we can make them private
dependencies and avoid the find_dependency() calls and their associated
find scripts.
2025-05-12 08:23:45 +02:00
..
2025-04-14 14:16:28 +02:00
2012-04-23 01:14:34 +00:00
2012-04-29 18:52:25 +00:00
2020-01-11 22:33:28 +01:00