mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
parent
0d21936e95
commit
d8e761ab61
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ find_path(SQLITE3_INCLUDE_DIR
|
|||
sqlite3.h
|
||||
PATHS
|
||||
${_SQLITE3_INCLUDEDIR}
|
||||
${SQLITE3_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
find_library(SQLITE3_LIBRARY
|
||||
|
@ -33,6 +34,7 @@ find_library(SQLITE3_LIBRARY
|
|||
sqlite3 sqlite3-0
|
||||
PATHS
|
||||
${_SQLITE3_LIBDIR}
|
||||
${SQLITE3_LIBRARIES}
|
||||
)
|
||||
|
||||
set(SQLITE3_INCLUDE_DIRS
|
||||
|
|
Loading…
Reference in a new issue