From ac0ee4c2c669e3401a6f0304d7fef1d700cebf0b Mon Sep 17 00:00:00 2001 From: timlinux Date: Mon, 17 Mar 2008 17:49:58 +0000 Subject: [PATCH] Fix error in sqlite find path git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8235 c8812cc2-4d05-0410-92ff-de0c093fc19c --- cmake/FindSqlite3.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindSqlite3.cmake b/cmake/FindSqlite3.cmake index db4ee4fbcb7..aa750c6bfbd 100644 --- a/cmake/FindSqlite3.cmake +++ b/cmake/FindSqlite3.cmake @@ -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