mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
0e91c47066
* Allow build with external double-conversion lz4 zstd re2 zookeeper * fix * fix * freebsd fixes * spaces * fix * fix * fix * wip * move * fix
4 lines
139 B
CMake
4 lines
139 B
CMake
set (LTDL_PATHS "/usr/local/opt/libtool/lib")
|
|
find_library (LTDL_LIB ltdl PATHSS ${LTDL_PATHS})
|
|
message (STATUS "Using ltdl: ${LTDL_LIB}")
|