mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix error in sqlite find path
git-svn-id: http://svn.osgeo.org/qgis/trunk@8235 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d8460108ff
commit
7891b11721
@ -14,7 +14,7 @@
|
|||||||
# you then need to explicitly add /usr and /usr/local prefixes
|
# you then need to explicitly add /usr and /usr/local prefixes
|
||||||
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
|
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
|
||||||
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
|
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
|
||||||
"$ENV{LIB_DIR}/include/sqlite"
|
"$ENV{LIB_DIR}/include"
|
||||||
/usr/local/include
|
/usr/local/include
|
||||||
/usr/include
|
/usr/include
|
||||||
#mingw
|
#mingw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user