X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/550e7edb64d391c249eeee10186b0c1bec535907..001b2aa9f9e3476d3b70a1a2a408ea4f0a7786fc:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e2001d15..976f0698 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ endif() #----------------------------------------------------------------------------- if (BUILD_IMPORTER) - find_package(PythonInterp 3.5 REQUIRED) + find_package(PythonInterp 3.6 REQUIRED) endif() #----------------------------------------------------------------------------- @@ -258,5 +258,6 @@ install(FILES settings/env.defaults settings/import-address.style settings/import-full.style settings/import-extratags.style - settings/legacy_icu_tokenizer.json + settings/legacy_icu_tokenizer.yaml + settings/icu-rules/extended-unicode-to-asccii.yaml DESTINATION ${NOMINATIM_CONFIGDIR})