Skip to content

Commit 71bfa1d

Browse files
committedOct 17, 2016
windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c)
1 parent c4538b7 commit 71bfa1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎cmake/FindSPATIALITE.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ FIND_PATH(SPATIALITE_INCLUDE_DIR spatialite.h
4747
"$ENV{LIB_DIR}/include/spatialite"
4848
)
4949

50-
FIND_LIBRARY(SPATIALITE_LIBRARY NAMES spatialite spatialite_i PATHS
50+
FIND_LIBRARY(SPATIALITE_LIBRARY NAMES spatialite_i spatialite PATHS
51+
/usr/lib
5152
$ENV{LIB}
5253
$ENV{LIB_DIR}/lib
5354
)

0 commit comments

Comments
 (0)
Please sign in to comment.