mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
4 lines
124 B
CMake
4 lines
124 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(PocoFoundation)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoXMLTargets.cmake")
|