CodeCommitsIssuesPull requestsActionsInsightsSecurity
CLICKHOUSE-3637

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/find_execinfo.cmake

6lines · modecode

1if (ARCH_FREEBSD)
2 find_library (EXECINFO_LIBRARY execinfo)
3 message (STATUS "Using execinfo: ${EXECINFO_LIBRARY}")
4else ()
5 set (EXECINFO_LIBRARY "")
6endif ()