X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e77ddfc6d591eee11683564bcfa0f4c3ae292737..a9ef3021320949e46b098b20d467adc82b96bfb9:/CMakeLists.txt?ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index d532bf55..347f4d48 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}") @@ -105,6 +105,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