Skip to content

Commit

Permalink
fix spatialindex requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 24, 2012
1 parent a5ff124 commit c10b040
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Expand Up @@ -159,10 +159,7 @@ FIND_PACKAGE(Proj)
FIND_PACKAGE(GEOS)
FIND_PACKAGE(GDAL)
FIND_PACKAGE(Expat)

IF (NOT WITH_INTERNAL_SPATIALINDEX)
FIND_PACKAGE(Spatialindex REQUIRED)
ENDIF(NOT WITH_INTERNAL_SPATIALINDEX)
FIND_PACKAGE(Spatialindex REQUIRED)

FIND_PACKAGE(Qwt REQUIRED)
IF (NOT WITH_INTERNAL_QWTPOLAR)
Expand Down

0 comments on commit c10b040

Please sign in to comment.