mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
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
This commit is contained in:
parent
b3484375db
commit
a46a0147f3
@ -15,6 +15,7 @@
|
||||
# to the search list. This applies both to FIND_PATH and FIND_LIBRARY
|
||||
FIND_PATH(SQLITE3_INCLUDE_DIR sqlite3.h
|
||||
"$ENV{LIB_DIR}/include"
|
||||
"$ENV{LIB_DIR}/include/sqlite"
|
||||
/usr/local/include
|
||||
/usr/include
|
||||
#mingw
|
||||
|
Loading…
x
Reference in New Issue
Block a user