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 ba2dd71 commit 55505f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSpatiaLite.cmake
Expand Up @@ -48,7 +48,7 @@ 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 55505f9

Please sign in to comment.