Skip to content

Commit

Permalink
updated searched names to handle sqlite from GIS/OSGeo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
snikulov committed Jan 24, 2013
1 parent 3fab4c5 commit 2155cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/modules/FindSQLite3.cmake
Expand Up @@ -31,7 +31,7 @@ find_path(SQLITE3_INCLUDE_DIR
${SQLITE_ROOT_DIR}/include
$ENV{OSGEO4W_ROOT}/include)

set(SQLITE3_NAMES sqlite3)
set(SQLITE3_NAMES sqlite3_i sqlite3)
find_library(SQLITE3_LIBRARY
NAMES ${SQLITE3_NAMES}
PATHS
Expand Down

0 comments on commit 2155cfc

Please sign in to comment.