Attempt to fix compilation on BSD
This commit is contained in:
@@ -34,6 +34,7 @@ else()
|
||||
find_library(EXECINFO_LIBRARIES NAMES execinfo)
|
||||
if(EXECINFO_LIBRARIES)
|
||||
set(EXECINFO_FOUND TRUE)
|
||||
set(EXECINFO_LIBRARIES "-lexecinfo")
|
||||
set(BACKTRACE_L_FLAGS "-rdynamic")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user