Merge pull request #20 from tehnick/cmake-sqlite3-fix

Fix cmake script for searching sqlite3 properly.
This commit is contained in:
Jan Vidar Krey 2014-05-10 00:44:28 +02:00
commit 1b8762c7ee
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ IF ( NOT SQLITE3_FOUND AND NOT PKG_CONFIG_FOUND )
/opt/local/lib
/sw/lib
/usr/lib
/usr/lib/x86_64-gnu-linux
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
/usr/local/lib
/usr/lib64
/usr/local/lib64