Skip to content

Commit

Permalink
Find Spatialindex library in osgeo4w64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
whatnick authored and nyalldawson committed May 8, 2018
1 parent 10475a6 commit 83218c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSpatialindex.cmake
Expand Up @@ -20,7 +20,7 @@ FIND_PATH(SPATIALINDEX_INCLUDE_DIR NAMES SpatialIndex.h PATHS
PATH_SUFFIXES spatialindex
)

FIND_LIBRARY(SPATIALINDEX_LIBRARY NAMES spatialindex_i spatialindex PATHS
FIND_LIBRARY(SPATIALINDEX_LIBRARY NAMES spatialindex_i spatialindex spatialindex-64 PATHS
/usr/lib
/usr/local/lib
"$ENV{LIB_DIR}/lib"
Expand Down

0 comments on commit 83218c9

Please sign in to comment.