mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Rename the sqlite3 module.
This commit is contained in:
parent
0a6cf13caf
commit
3da8b33143
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project(libcsync)
|
||||||
|
|
||||||
add_subdirectory(std)
|
add_subdirectory(std)
|
||||||
|
|
||||||
find_package(Sqlite3 REQUIRED)
|
find_package(SQLite3 REQUIRED)
|
||||||
find_package(Iniparser REQUIRED)
|
find_package(Iniparser REQUIRED)
|
||||||
find_package(Dlfcn REQUIRED)
|
find_package(Dlfcn REQUIRED)
|
||||||
find_package(RT REQUIRED)
|
find_package(RT REQUIRED)
|
||||||
|
|
Loading…
Reference in a new issue