X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/2992dea5c8d206cd332c5a5e782f33c497953f4c..379f5db5162d0cf4b3439d0a365308c0f6b3f8e5:/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})