Fix cmake script for searching sqlite3 properly.

This is important for Debian, Ubuntu and other systems based on them. Details:
  https://wiki.debian.org/Multiarch
  https://wiki.ubuntu.com/MultiarchSpec

Have in mind that there are MIPS, ARM and many other architectures...
This commit is contained in:
Boris Pek 2014-05-08 22:52:10 +04:00
parent 7f2ffd7e1c
commit e75a759693
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