X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f6e792f31b105447d86c78ffa10ac343a6b5e332..157c3cccd1dd6b8d1e3dc3751e8324497c25c616:/CMakeLists.txt?ds=sidebyside 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")