X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/474a22cb3bad908736748b3f8d3de7b5f36bba57..fe0ade81f59ae7a77fbf4a0493171289969a8184:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index dd5c3110..d1c2702a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")