Skip to content

Commit

Permalink
On linux you need libdl for dladdr().
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Oct 26, 2016
1 parent aa2f2b5 commit e595e72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dimbuilder/CMakeLists.txt
Expand Up @@ -31,3 +31,6 @@ add_executable(dimbuilder ${SOURCES} ${HEADERS})
if (PDAL_HAVE_JSONCPP)
target_link_libraries(dimbuilder ${PDAL_JSONCPP_LIB_NAME})
endif()
if (UNIX AND NOT APPLE)
target_link_libraries(dimbuilder PUBLIC dl)
endif()

0 comments on commit e595e72

Please sign in to comment.