File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ IF (WITH_POSTGRESQL)
212
212
FIND_PACKAGE (Postgres ) # PostgreSQL provider
213
213
ENDIF (WITH_POSTGRESQL )
214
214
215
- FIND_PACKAGE (SPATIALITE REQUIRED )
215
+ FIND_PACKAGE (SpatiaLite REQUIRED )
216
216
217
217
IF (SPATIALITE_VERSION_GE_4_0_0 )
218
218
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSPATIALITE_VERSION_GE_4_0_0" )
@@ -225,7 +225,7 @@ IF(SPATIALITE_HAS_INIT_EX)
225
225
ENDIF (SPATIALITE_HAS_INIT_EX )
226
226
227
227
IF (NOT PROJ_FOUND OR NOT GEOS_FOUND OR NOT GDAL_FOUND )
228
- MESSAGE (SEND_ERROR "Some dependencies were not found!" )
228
+ MESSAGE (SEND_ERROR "Some dependencies were not found! Proj: ${PROJ_FOUND} , Geos: ${GEOS_FOUND} , GDAL: ${GDAL_FOUND} " )
229
229
ENDIF (NOT PROJ_FOUND OR NOT GEOS_FOUND OR NOT GDAL_FOUND )
230
230
231
231
IF (POSTGRES_FOUND )
You can’t perform that action at this time.
0 commit comments