missed part from last commit

This commit is contained in:
matlabbe
2024-03-23 14:34:54 -07:00
parent fa3ece5183
commit 7183b43c2a

View File

@@ -173,14 +173,14 @@ SET(PUBLIC_LIBRARIES
${PCL_LIBRARIES}
)
IF(Sqlite3_FOUND)
IF(SQLite3_FOUND)
SET(INCLUDE_DIRS
${INCLUDE_DIRS}
${Sqlite3_INCLUDE_DIRS}
${SQLite3_INCLUDE_DIRS}
)
SET(LIBRARIES
${LIBRARIES}
${Sqlite3_LIBRARIES}
${SQLite3_LIBRARIES}
)
ELSE()
SET(SRC_FILES