Skip to content

Commit

Permalink
Add a library required by FreeBSD (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
agcapps committed May 10, 2023
1 parent 878b4d1 commit d8c707d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/axom/slic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ set(slic_depends core)

blt_list_append( TO slic_depends ELEMENTS lumberjack IF ${AXOM_ENABLE_LUMBERJACK} )
blt_list_append( TO slic_depends ELEMENTS dbghelp IF ${WIN32} )
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
list( APPEND slic_depends execinfo )
endif()

axom_add_library(NAME slic
SOURCES ${slic_sources}
Expand Down

0 comments on commit d8c707d

Please sign in to comment.