Skip to content

Commit

Permalink
missed part from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 23, 2024
1 parent fa3ece5 commit 7183b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions corelib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7183b43

Please sign in to comment.