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:
parent
7f2ffd7e1c
commit
e75a759693
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user