$OpenBSD: patch-dimbuilder_CMakeLists_txt,v 1.4 2018/05/19 15:01:48 landry Exp $

we dont want to link with execinfo

Index: dimbuilder/CMakeLists.txt
--- dimbuilder/CMakeLists.txt.orig
+++ dimbuilder/CMakeLists.txt
@@ -13,8 +13,6 @@ endif()
 
 include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
 
-include(${PDAL_CMAKE_DIR}/execinfo.cmake)
-
 #
 # We include Utils.cpp here rather than linking in the Utils library because
 # some people building linux packages disable rpath, which means that
@@ -31,7 +29,6 @@ target_include_directories(dimbuilder PRIVATE
 PDAL_TARGET_COMPILE_SETTINGS(dimbuilder)
 target_link_libraries(dimbuilder
     PRIVATE
-        ${EXECINFO_LIBRARY}
         ${CMAKE_DL_LIBS}
 )
 if (PDAL_HAVE_JSONCPP)
