mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
missed part from last commit
This commit is contained in:
@@ -173,14 +173,14 @@ SET(PUBLIC_LIBRARIES
|
|||||||
${PCL_LIBRARIES}
|
${PCL_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(Sqlite3_FOUND)
|
IF(SQLite3_FOUND)
|
||||||
SET(INCLUDE_DIRS
|
SET(INCLUDE_DIRS
|
||||||
${INCLUDE_DIRS}
|
${INCLUDE_DIRS}
|
||||||
${Sqlite3_INCLUDE_DIRS}
|
${SQLite3_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
SET(LIBRARIES
|
SET(LIBRARIES
|
||||||
${LIBRARIES}
|
${LIBRARIES}
|
||||||
${Sqlite3_LIBRARIES}
|
${SQLite3_LIBRARIES}
|
||||||
)
|
)
|
||||||
ELSE()
|
ELSE()
|
||||||
SET(SRC_FILES
|
SET(SRC_FILES
|
||||||
|
|||||||
Reference in New Issue
Block a user