X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/9d2de46c475ece348efe664c9105a53343b41c72..513bf485f20f0308c7f25c96717190a354bf0ec3:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 91200022..2096c43d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ link_directories(${PostgreSQL_LIBRARY_DIRS}) find_program(PYOSMIUM pyosmium-get-changes) if (NOT EXISTS "${PYOSMIUM}") - set(PYOSMIUM_PATH "/nonexistent") + set(PYOSMIUM_PATH "") message(WARNING "pyosmium-get-changes not found (required for updates)") else() set(PYOSMIUM_PATH "${PYOSMIUM}") @@ -97,6 +97,7 @@ set(CUSTOMFILES utils/country_languages.php utils/imports.php utils/importWikipedia.php + utils/export.php utils/query.php utils/server_compare.php utils/setup.php