Skip to content

Commit a46a014

Browse files
author
timlinux
committedMar 26, 2008
Fix include search path when using LIB_DIR on msvc with prepackaged libs
git-svn-id: http://svn.osgeo.org/qgis/trunk@8284 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b348437 commit a46a014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cmake/FindSqlite3.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
1616
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
1717
"$ENV{LIB_DIR}/include"
18+
"$ENV{LIB_DIR}/include/sqlite"
1819
/usr/local/include
1920
/usr/include
2021
#mingw

0 commit comments

Comments
 (0)
Please sign in to comment.