Skip to content

Commit

Permalink
Merge pull request #1679 from jspricke/2d_remove_lib
Browse files Browse the repository at this point in the history
Remove 2d library (contains no symbols)
  • Loading branch information
taketwo authored Aug 18, 2016
2 parents d0b25a8 + c6338b2 commit 40b5cd8
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

0 comments on commit 40b5cd8

Please sign in to comment.