X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/2ae13c55837ab13396ad87119c00536f4c078d73..372a548c28bbc695f6a37854d6801667c96ff958:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 52bb9a01..8360d549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ endif() set(BUILD_IMPORTER on CACHE BOOL "Build everything for importing/updating the database") set(BUILD_API on CACHE BOOL "Build everything for the API server") -set(BUILD_MODULE on CACHE BOOL "Build PostgreSQL module") +set(BUILD_MODULE off CACHE BOOL "Build PostgreSQL module for legacy tokenizer") set(BUILD_TESTS on CACHE BOOL "Build test suite") set(BUILD_DOCS on CACHE BOOL "Build documentation") set(BUILD_MANPAGE on CACHE BOOL "Build Manual Page") @@ -276,6 +276,8 @@ install(FILES settings/env.defaults install(DIRECTORY settings/icu-rules DESTINATION ${NOMINATIM_CONFIGDIR}) +install(DIRECTORY settings/country-names + DESTINATION ${NOMINATIM_CONFIGDIR}) if (INSTALL_MUNIN_PLUGINS) install(FILES munin/nominatim_importlag