Skip to content

Commit

Permalink
Accept sqlite3 as the sqlite package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl committed Jun 17, 2010
1 parent 016c8eb commit 44d72a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/FindSqlite.cmake
Expand Up @@ -17,7 +17,7 @@ ELSE(Sqlite_FIND_REQUIRED)
ENDIF(Sqlite_FIND_REQUIRED)

IF(SQLITE_MIN_VERSION)
PKG_SEARCH_MODULE(SQLITE ${_pkgconfig_REQUIRED} sqlite>=${SQLITE_MIN_VERSION})
PKG_SEARCH_MODULE(SQLITE ${_pkgconfig_REQUIRED} sqlite>=${SQLITE_MIN_VERSION} sqlite${SQLITE_MIN_VERSION})
ELSE(SQLITE_MIN_VERSION)
PKG_SEARCH_MODULE(SQLITE ${_pkgconfig_REQUIRED} sqlite)
ENDIF(SQLITE_MIN_VERSION)
Expand Down

0 comments on commit 44d72a3

Please sign in to comment.