Skip to content

Commit

Permalink
Remove PATH_SUFFIX as it is no longer needed, as it is optional it is…
Browse files Browse the repository at this point in the history
… not sufficient to be used in place of spatialindex/
  • Loading branch information
xzcvczx authored and nyalldawson committed Nov 21, 2018
1 parent c341d8d commit e91cd93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/FindSpatialindex.cmake
Expand Up @@ -17,7 +17,6 @@ FIND_PATH(SPATIALINDEX_INCLUDE_DIR spatialindex/SpatialIndex.h PATHS
"$ENV{LIB_DIR}/include"
"$ENV{INCLUDE}"
"$ENV{OSGEO4W_ROOT}/include"
PATH_SUFFIXES spatialindex
)

FIND_LIBRARY(SPATIALINDEX_LIBRARY NAMES spatialindex_i spatialindex spatialindex-64 PATHS
Expand Down

0 comments on commit e91cd93

Please sign in to comment.