mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
46037bb670
* Allow link with jemalloc * wip * fix * fix
4 lines
138 B
CMake
4 lines
138 B
CMake
set (LTDL_PATHS "/usr/local/opt/libtool/lib")
|
|
find_library (LTDL_LIB ltdl PATHSS ${LTDL_PATHS})
|
|
message(STATUS "Using ltdl: ${LTDL_LIB}")
|