X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b726460a8f660242b9aa8df79845006275e22d19..330b8d2fdfdd935da123abf9ecf96b3bc7a12be5:/CMakeLists.txt?ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index 83e34403..4b4e3fc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -292,3 +292,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")