CodeCommitsIssuesPull requestsActionsInsightsSecurity
CLICKHOUSE-2928

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/find_ltdl.cmake

3lines · modecode

1set (LTDL_PATHS "/usr/local/opt/libtool/lib")
2find_library (LTDL_LIB ltdl PATHS ${LTDL_PATHS})
3message (STATUS "Using ltdl: ${LTDL_LIB}")