Skip to content
Snippets Groups Projects
Commit 1b221cfa authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fixed a copy-paste error in Findsqlite.cmake

parent f6a0fa5c
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
# SQLITE_INCLUDE_DIRS (not cached)
# SQLITE_LIBRARIES
find_path(SQLITE_INCLUDE_DIR mysql.h)
find_path(SQLITE_INCLUDE_DIR sqlite3.h)
find_library(SQLITE_LIBRARIES NAMES sqlite3)
set(SQLITE_INCLUDE_DIRS ${SQLITE_INCLUDE_DIR} ${SQLITE_INCLUDE_DIR}/mysql)
set(SQLITE_INCLUDE_DIRS ${SQLITE_INCLUDE_DIR})
# handle the QUIETLY and REQUIRED arguments and set SQLITE_FOUND to TRUE if
# all listed variables are TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment