mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Restore output of gdal/proj/geos detected versions from cmake
This commit is contained in:
parent
9af667bc6c
commit
8c48244fe3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user