add deprecation warnings in the code

This commit is contained in:
Sarah Hoffmann
2024-08-09 17:40:15 +02:00
parent 6527b7cdcd
commit fd33ef92dc
3 changed files with 20 additions and 2 deletions

View File

@@ -271,3 +271,7 @@ if (INSTALL_MUNIN_PLUGINS)
munin/nominatim_requests
DESTINATION ${NOMINATIM_MUNINDIR})
endif()
message(WARNING "Building with CMake is deprecated and will be removed in Nominatim 5.0."
"Use Nominatim pip packages instead.\n"
"See https://nominatim.org/release-docs/develop/admin/Installation/#downloading-and-building-nominatim")