Navigation Menu

Skip to content

Commit

Permalink
windows: prefer spatialite_i over spatialite
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 17, 2016
1 parent 9a96252 commit 219a97c
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 219a97c

Please sign in to comment.