mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
fixed typo
This commit is contained in:
+1
-1
@@ -982,7 +982,7 @@ ENDIF()
|
|||||||
IF(NOT TORCH_FOUND)
|
IF(NOT TORCH_FOUND)
|
||||||
SET(TORCH "//")
|
SET(TORCH "//")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
IF(NOT PYTHON OR NOT Python3_FOUND)
|
IF(NOT WITH_PYTHON OR NOT Python3_FOUND)
|
||||||
SET(PYTHON "//")
|
SET(PYTHON "//")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
IF(ADD_VTK_GUI_SUPPORT_QT_TO_CONF)
|
IF(ADD_VTK_GUI_SUPPORT_QT_TO_CONF)
|
||||||
|
|||||||
Reference in New Issue
Block a user