ClickHouse/cmake/find_execinfo.cmake

7 lines
169 B
CMake
Raw Normal View History

2018-01-20 23:23:19 +00:00
if (ARCH_FREEBSD)
find_library (EXECINFO_LIBRARY execinfo)
message (STATUS "Using execinfo: ${EXECINFO_LIBRARY}")
else ()
set (EXECINFO_LIBRARY "")
endif ()