X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/96d2a331a1a585d2ed4bc2d70f5626e03c38dbb2..71ae7f10f74251ebef13abe8d186276e6255b5d4:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e55a8a5..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}")