X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a338ebfce066ad09f5d5c27def66d504a48a9dbf..b4e6d72fde248153207b0b311af4f46ee30e5e52:/CMakeLists.txt?ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index d0b72a48..edad9bbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,8 @@ if (NOT ONLY_DOCS) include_directories(${PostgreSQL_INCLUDE_DIRS}) link_directories(${PostgreSQL_LIBRARY_DIRS}) + find_package(PythonInterp 3) + find_program(PYOSMIUM pyosmium-get-changes) if (NOT EXISTS "${PYOSMIUM}") set(PYOSMIUM_PATH "") @@ -168,7 +170,6 @@ endif() if (NOT ONLY_DOCS) add_subdirectory(module) - add_subdirectory(nominatim) endif() add_subdirectory(docs)