mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
e6be3df322
* Using unixodbc as submodule [#CLICKHOUSE-3] * Using unixodbc as submodule [#CLICKHOUSE-3] * Using unixodbc as submodule [#CLICKHOUSE-3] * Using unixodbc as submodule [#CLICKHOUSE-3] * Using unixodbc as submodule [#CLICKHOUSE-3] * Using unixodbc as submodule [#CLICKHOUSE-3] * Using unixodbc as submodule [#CLICKHOUSE-3]
6 lines
218 B
CMake
6 lines
218 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})
|
|
message (STATUS "Using ltdl: ${LTDL_LIBRARY}")
|
|
endif ()
|