mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
require Sqlite atleast v3.5.0
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
d3d269e463
commit
b1630067f5
1 changed files with 2 additions and 1 deletions
|
@ -387,7 +387,8 @@ set_package_properties(DBus PROPERTIES
|
||||||
TYPE RECOMMENDED
|
TYPE RECOMMENDED
|
||||||
)
|
)
|
||||||
|
|
||||||
find_package(Sqlite)
|
# v3.5.0+ required for sqlite3_open_v2
|
||||||
|
find_package(Sqlite 3.5.0)
|
||||||
set_package_properties(Sqlite PROPERTIES
|
set_package_properties(Sqlite PROPERTIES
|
||||||
PURPOSE "Required for SQLite database support"
|
PURPOSE "Required for SQLite database support"
|
||||||
DESCRIPTION "Software library that implements SQL database engine"
|
DESCRIPTION "Software library that implements SQL database engine"
|
||||||
|
|
Loading…
Add table
Reference in a new issue