Skip to content

Commit c10b040

Browse files
committed
fix spatialindex requirement
1 parent a5ff124 commit c10b040

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,7 @@ FIND_PACKAGE(Proj)
159159
FIND_PACKAGE(GEOS)
160160
FIND_PACKAGE(GDAL)
161161
FIND_PACKAGE(Expat)
162-
163-
IF (NOT WITH_INTERNAL_SPATIALINDEX)
164-
FIND_PACKAGE(Spatialindex REQUIRED)
165-
ENDIF(NOT WITH_INTERNAL_SPATIALINDEX)
162+
FIND_PACKAGE(Spatialindex REQUIRED)
166163

167164
FIND_PACKAGE(Qwt REQUIRED)
168165
IF (NOT WITH_INTERNAL_QWTPOLAR)

0 commit comments

Comments
 (0)