Fix CMake/SQLite path issues on 64-bit Ubuntu 14.04

This commit is contained in:
Jan Vidar Krey 2014-05-08 13:33:45 +02:00
parent e2b0757f4a
commit 7f2ffd7e1c
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +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/local/lib
/usr/lib64
/usr/local/lib64