]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
small typos and wording in the API docs
[nominatim.git] / CMakeLists.txt
index 4e55a8a543e864ee6d8a4a1796913fb88383f88d..2096c43dc9efe189992ddf5047678c5f5a84439e 100644 (file)
@@ -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}")