Navigation Menu

Skip to content

Commit

Permalink
Fix include search path when using LIB_DIR on msvc with prepackaged libs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8284 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 26, 2008
1 parent b348437 commit a46a014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindSqlite3.cmake
Expand Up @@ -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
Expand Down

0 comments on commit a46a014

Please sign in to comment.