mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
d456aa86ef
This reverts commit 89419ceb9b
(curl part moved to separate commit)
Squashed:
- termcap removed
- fix for cassandra on apple merged
- cmake: fix "Can't find system zlib library" in unbundled build
- cmake: fix condition when testing for rdkafka platform
- cmake: PROTOBUF_OLD_ABI_COMPAT shouldn't be enabled for internal protobuf
Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
6 lines
227 B
CMake
6 lines
227 B
CMake
if (ENABLE_ODBC AND NOT USE_INTERNAL_ODBC_LIBRARY)
|
|
set (LTDL_PATHS "/usr/local/opt/libtool/lib")
|
|
find_library (LTDL_LIBRARY ltdl PATHS ${LTDL_PATHS} REQUIRED)
|
|
message (STATUS "Using ltdl: ${LTDL_LIBRARY}")
|
|
endif ()
|