mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-09 07:40:14 +02:00

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.
2 lines
65 B
CMake
2 lines
65 B
CMake
include("${CMAKE_CURRENT_LIST_DIR}/PocoFoundationTargets.cmake")
|