Skip to content

Commit 7c80aee

Browse files
AMDmi3jcrada
authored andcommitted
Add required library for FL_BACKTRACE on FreeBSD
1 parent c86fa92 commit 7c80aee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fuzzylite/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ if(MSVC)
124124
endif()
125125
endif()
126126

127+
if(${CMAKE_SYSTEM_NAME} MATCHES FreeBSD AND FL_BACKTRACE)
128+
set(FL_LIBS execinfo)
129+
endif()
127130

128131
if(APPLE)
129132
#Fix ld: symbol(s) not found for architecture x86_64 on mac

0 commit comments

Comments
 (0)