[QGIS Commit] r8235 - trunk/qgis/cmake

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Mar 17 13:49:58 EDT 2008


Author: timlinux
Date: 2008-03-17 13:49:58 -0400 (Mon, 17 Mar 2008)
New Revision: 8235

Modified:
   trunk/qgis/cmake/FindSqlite3.cmake
Log:
Fix error in sqlite find path


Modified: trunk/qgis/cmake/FindSqlite3.cmake
===================================================================
--- trunk/qgis/cmake/FindSqlite3.cmake	2008-03-17 10:35:13 UTC (rev 8234)
+++ trunk/qgis/cmake/FindSqlite3.cmake	2008-03-17 17:49:58 UTC (rev 8235)
@@ -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



More information about the QGIS-commit mailing list