mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fe56697893
squashed: find/msgpack.cmake - merge collision fix, trivial 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 ()
|