Update CMakeLists.txt

This commit is contained in:
Nyall Dawson 2025-01-29 14:04:04 +10:00
parent ed6b7b9c17
commit 1b2b06d578

View File

@ -437,7 +437,7 @@ if(WITH_CORE)
message(STATUS "Found Proj: ${PROJ_VERSION} ${PROJ_DIR}")
if(PROJ_VERSION VERSION_LESS "8.1")
message(FATAL_ERROR "Cannot build QGIS using Proj older than 8.1")
endif(PROJ_VERSION VERSION_LESS "8.1")
endif()
find_package(GEOS REQUIRED)
message(STATUS "Found Geos: ${GEOS_VERSION} ${GEOS_DIR}")