Skip to content

Commit

Permalink
fix cloud_composer
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Aug 16, 2020
1 parent c8f13b1 commit 3d8a6d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/cloud_composer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ PCL_ADD_LIBRARY(pcl_cc_tool_interface COMPONENT ${SUBSUBSYS_NAME} SOURCES ${INTE
if(${VTK_VERSION} VERSION_LESS 9.0)
target_link_libraries(pcl_cc_tool_interface pcl_common pcl_filters pcl_search pcl_visualization ${VTK_LIBRARIES} Qt5::Widgets)
else()
target_link_libraries(pcl_cc_tool_interface pcl_common pcl_filters pcl_search pcl_visualization Qt5::Widgets)
target_link_libraries(pcl_cc_tool_interface VTK::GUISupportQt)
target_link_libraries(pcl_cc_tool_interface pcl_common pcl_filters pcl_search pcl_visualization Qt5::Widgets VTK::GUISupportQt)
endif()

set(PCL_LIB_TYPE ${PCL_LIB_TYPE_ORIGIN})
Expand Down

0 comments on commit 3d8a6d7

Please sign in to comment.