CMake: Map SQLite3 to SQLite::SQLite3
Fix sqlite maping while at it. Change-Id: I712ca562fa362a7f5857047346e8b3083f901bfb Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
1ac36d4bc2
commit
b0d4ac8498
@ -232,7 +232,8 @@ libray_mapping = {
|
||||
'mtdev': 'PkgConfig::Mtdev',
|
||||
'pcre2': 'PCRE2',
|
||||
'psql': 'PostgreSQL::PostgreSQL',
|
||||
'sqlite': 'SQLite3',
|
||||
'sqlite': 'SQLite::SQLite3',
|
||||
'SQLite3': 'SQLite::SQLite3',
|
||||
'tslib': 'PkgConfig::Tslib',
|
||||
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
|
||||
'xcb_icccm': 'XCB::ICCCM',
|
||||
|
Loading…
Reference in New Issue
Block a user