Skip to content

Commit

Permalink
windows: prefer spatialite_i over spatialite
Browse files Browse the repository at this point in the history
(cherry picked from commit 219a97c)
  • Loading branch information
jef-n committed Oct 17, 2016
1 parent c4538b7 commit 71bfa1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/FindSPATIALITE.cmake
Expand Up @@ -47,7 +47,8 @@ FIND_PATH(SPATIALITE_INCLUDE_DIR spatialite.h
"$ENV{LIB_DIR}/include/spatialite"
)

FIND_LIBRARY(SPATIALITE_LIBRARY NAMES spatialite spatialite_i PATHS
FIND_LIBRARY(SPATIALITE_LIBRARY NAMES spatialite_i spatialite PATHS
/usr/lib
$ENV{LIB}
$ENV{LIB_DIR}/lib
)
Expand Down

0 comments on commit 71bfa1d

Please sign in to comment.