File tree Expand file tree Collapse file tree 2 files changed +0
-446
lines changed Expand file tree Collapse file tree 2 files changed +0
-446
lines changed Original file line number Diff line number Diff line change @@ -333,15 +333,6 @@ target_link_libraries (pcl_transform_point_cloud pcl_common pcl_io pcl_registrat
333
333
PCL_ADD_EXECUTABLE (pcl_transform_from_viewpoint COMPONENT ${SUBSYS_NAME} SOURCES transform_from_viewpoint.cpp )
334
334
target_link_libraries (pcl_transform_from_viewpoint pcl_common pcl_io pcl_registration )
335
335
336
- find_package (tide QUIET )
337
- if (Tide_FOUND )
338
- include_directories (SYSTEM ${Tide_INCLUDE_DIRS} )
339
- add_definitions (${Tide_DEFINITIONS} )
340
- PCL_ADD_EXECUTABLE (pcl_video COMPONENT ${SUBSYS_NAME} SOURCES pcl_video.cpp )
341
- target_link_libraries (pcl_video pcl_common pcl_io pcl_visualization
342
- ${Tide_LIBRARIES} )
343
- endif ()
344
-
345
336
if (CMAKE_GENERATOR_IS_IDE )
346
337
set (SUBSYS_TARGET_NAME TOOLS_BUILD )
347
338
else ()
You can’t perform that action at this time.
0 commit comments