Skip to content

Commit

Permalink
Remove 2d library (contains no symbols)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Aug 17, 2016
1 parent d0b25a8 commit c6338b2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 2d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,13 @@ if(build)
"include/pcl/${SUBSYS_NAME}/impl/morphology.hpp"
)

set(LIB_NAME "pcl_${SUBSYS_NAME}")

if(${VTK_FOUND})
set(VTK_USE_FILE "${VTK_USE_FILE}" CACHE INTERNAL "VTK_USE_FILE")
include("${VTK_USE_FILE}")
set(VTK_IO_TARGET_LINK_LIBRARIES vtkCommon vtkWidgets vtkIO vtkImaging)
endif(${VTK_FOUND})

include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include" ${VTK_INCLUDE_DIRECTORIES})
PCL_ADD_LIBRARY("${LIB_NAME}" "${SUBSYS_NAME}" ${srcs} ${incs} ${impl_incs})
link_directories(${VTK_LINK_DIRECTORIES})
target_link_libraries("${LIB_NAME}" ${VTK_LIBRARIES} pcl_io)
PCL_MAKE_PKGCONFIG("${LIB_NAME}" "${SUBSYS_NAME}" "${SUBSYS_DESC}" "${SUBSYS_DEPS}" "" "" "" "")

#Install include files
PCL_ADD_INCLUDES("${SUBSYS_NAME}" "${SUBSYS_NAME}" ${incs})
Expand Down

1 comment on commit c6338b2

@albat92
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there are still symbols (pkg-config search for 2d from pcl_features-1.8.pc) I had to revert this commit to compile python-pcl.

Please sign in to comment.