Skip to content

Commit 83218c9

Browse files
whatnicknyalldawson
authored andcommittedMay 8, 2018
Find Spatialindex library in osgeo4w64 bit
1 parent 10475a6 commit 83218c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindSpatialindex.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FIND_PATH(SPATIALINDEX_INCLUDE_DIR NAMES SpatialIndex.h PATHS
2020
PATH_SUFFIXES spatialindex
2121
)
2222

23-
FIND_LIBRARY(SPATIALINDEX_LIBRARY NAMES spatialindex_i spatialindex PATHS
23+
FIND_LIBRARY(SPATIALINDEX_LIBRARY NAMES spatialindex_i spatialindex spatialindex-64 PATHS
2424
/usr/lib
2525
/usr/local/lib
2626
"$ENV{LIB_DIR}/lib"

0 commit comments

Comments
 (0)
Please sign in to comment.