mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
fixed vtkGUISupportQt linker errors on RPI3
This commit is contained in:
@@ -261,8 +261,8 @@ IF(WITH_QT)
|
||||
ELSE()
|
||||
list(FIND PCL_LIBRARIES vtkGUISupportQt value)
|
||||
IF(value EQUAL -1)
|
||||
#SET(PCL_LIBRARIES "${PCL_LIBRARIES};vtkGUISupportQt")
|
||||
#SET(ADD_VTK_GUI_SUPPORT_QT_TO_CONF TRUE)
|
||||
SET(PCL_LIBRARIES "${PCL_LIBRARIES};vtkGUISupportQt")
|
||||
SET(ADD_VTK_GUI_SUPPORT_QT_TO_CONF TRUE)
|
||||
ENDIF(value EQUAL -1)
|
||||
MESSAGE(STATUS "VTK_RENDERING_BACKEND=${VTK_RENDERING_BACKEND}")
|
||||
IF(VTK_RENDERING_BACKEND STREQUAL "OpenGL2")
|
||||
|
||||
Reference in New Issue
Block a user