mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
ac178bde1f
* Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM * Fix lib find order * Allow define non-contrib cityhash farmhash metrohash * Fix message * Cmake: fixes * clean * Update CMakeLists.txt
4 lines
138 B
CMake
4 lines
138 B
CMake
set (LTDL_PATHS "/usr/local/opt/libtool/lib")
|
|
find_library (LTDL_LIB ltdl PATHS ${LTDL_PATHS})
|
|
message (STATUS "Using ltdl: ${LTDL_LIB}")
|