Skip to content

Commit

Permalink
Fix undefined reference to dladdr
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmeyerr authored and dweindl committed Mar 23, 2022
1 parent f5e5258 commit c820758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ target_link_libraries(${PROJECT_NAME}
PUBLIC ${SUITESPARSE_LIBRARIES}
PUBLIC ${HDF5_LIBRARIES}
PUBLIC ${BLAS_LIBRARIES}
PUBLIC ${CMAKE_DL_LIBS}
)

# Create targets to make the sources show up in IDEs for convenience
Expand Down

0 comments on commit c820758

Please sign in to comment.