File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ if(build)
141
141
set (LIB_NAME "pcl_${SUBSYS_NAME} " )
142
142
include_directories ("${CMAKE_CURRENT_SOURCE_DIR} /include" )
143
143
PCL_ADD_LIBRARY ("${LIB_NAME} " "${SUBSYS_NAME} " ${srcs} ${incs} ${impl_incs} ${ransac_based_incs} ${ransac_based_impl_incs} ${hv_incs} ${hv_impl_incs} ${cg_incs} ${cg_impl_incs} ${metslib_incs} )
144
- target_link_libraries ("${LIB_NAME} " pcl_common pcl_kdtree pcl_octree pcl_search pcl_features pcl_registration pcl_sample_consensus pcl_filters pcl_ml pcl_io )
144
+ target_link_libraries ("${LIB_NAME} " pcl_common pcl_kdtree pcl_octree pcl_search pcl_features pcl_registration pcl_sample_consensus pcl_filters pcl_io )
145
145
PCL_MAKE_PKGCONFIG ("${LIB_NAME} " "${SUBSYS_NAME} " "${SUBSYS_DESC} " "${SUBSYS_DEPS} " "" "" "" "" )
146
146
# Install include files
147
147
PCL_ADD_INCLUDES ("${SUBSYS_NAME} " "${SUBSYS_NAME} " ${incs} )
You can’t perform that action at this time.
0 commit comments