mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-17 01:15:59 +01:00
* fix(cmake): Add missing install and find dependency for utf8proc in unbundled build. * chore(gitignore): Corrected path to Qt creator generated build files.
This commit is contained in:
@@ -3,6 +3,7 @@ if(@POCO_UNBUNDLED@)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
||||
find_dependency(ZLIB REQUIRED)
|
||||
find_dependency(PCRE2 REQUIRED)
|
||||
find_dependency(Utf8Proc REQUIRED)
|
||||
endif()
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/PocoFoundationTargets.cmake")
|
||||
|
||||
Reference in New Issue
Block a user