OdometryORBSLAM3: fixed re-initilisation of camera parameters when restarting camera with different config.

This commit is contained in:
matlabbe
2021-08-26 15:34:48 -04:00
parent c5e4d67f80
commit f88ce1618b
2 changed files with 5 additions and 1 deletions

View File

@@ -1306,7 +1306,7 @@ ENDIF()
IF(CCCoreLib_FOUND)
MESSAGE(STATUS " With CCCoreLib = YES (License: GPLv2)")
ELSEIF(NOT WITH_POINTMATCHER)
ELSEIF(NOT WITH_CCCORELIB)
MESSAGE(STATUS " With CCCoreLib = NO (WITH_CCCORELIB=OFF)")
ELSE()
MESSAGE(STATUS " With CCCoreLib = NO (CCCoreLib not found)")