Fix error in sqlite find path

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8235 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2008-03-17 17:49:58 +00:00
parent c1669e2af6
commit ac0ee4c2c6

View File

@ -14,7 +14,7 @@
# you then need to explicitly add /usr and /usr/local prefixes
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
"$ENV{LIB_DIR}/include/sqlite"
"$ENV{LIB_DIR}/include"
/usr/local/include
/usr/include
#mingw