Restore output of gdal/proj/geos detected versions from cmake

This commit is contained in:
Nyall Dawson 2023-10-09 08:52:42 +10:00
parent 9af667bc6c
commit 8c48244fe3
No known key found for this signature in database
GPG Key ID: D853AA00D2F6AFD0

View File

@ -359,8 +359,11 @@ if(WITH_CORE)
# required
find_package(Proj REQUIRED)
message(STATUS "Found Proj: ${PROJ_VERSION} ${PROJ_DIR}")
find_package(GEOS REQUIRED)
message(STATUS "Found Geos: ${GEOS_VERSION} ${GEOS_DIR}")
find_package(GDAL REQUIRED)
message(STATUS "Found GDAL: ${GDAL_VERSION} ${GDAL_DIR}")
find_package(EXPAT REQUIRED)
find_package(Spatialindex REQUIRED)
find_package(LibZip REQUIRED)