Rename the sqlite3 module.

This commit is contained in:
Andreas Schneider 2008-05-20 21:55:57 +02:00
parent 0a6cf13caf
commit 3da8b33143
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ project(libcsync)
add_subdirectory(std)
find_package(Sqlite3 REQUIRED)
find_package(SQLite3 REQUIRED)
find_package(Iniparser REQUIRED)
find_package(Dlfcn REQUIRED)
find_package(RT REQUIRED)