mirrored fromhttps://github.com/cloudflare/ClickHouse
https://forge.edgedefence.com/cloudflare/ClickHouse.git
Download ZIP
6lines · modecode
if (ARCH_FREEBSD)
find_library (EXECINFO_LIBRARY execinfo)
message (STATUS "Using execinfo: ${EXECINFO_LIBRARY}")
else ()
set (EXECINFO_LIBRARY "")
endif ()