Fixed build without g2o

This commit is contained in:
matlabbe
2022-01-15 13:00:12 -05:00
parent 29a2b64a0c
commit 03a106ea36
2 changed files with 3 additions and 0 deletions

View File

@@ -817,6 +817,7 @@ ENDIF()
IF(NOT G2O_FOUND)
SET(G2O "//")
SET(G2O_CPP_CONF "//")
ELSE()
SET(CONF_DEPENDENCIES ${CONF_DEPENDENCIES} ${G2O_LIBRARIES})
IF(NOT G2O_CPP11)