Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix error in sqlite find path
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8235 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 17, 2008
1 parent c1669e2 commit ac0ee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSqlite3.cmake
Expand Up @@ -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
Expand Down

0 comments on commit ac0ee4c

Please sign in to comment.