X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/026081e131961740b887debc2d781c433c99760d..c7434264ae8658c2a9a04bc667eef04994b7704d:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 79cc7d19..cbbcb9db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ set(WITH_LUA off CACHE BOOL "Build with lua support" FORCE) if (NOT EXISTS "${CMAKE_SOURCE_DIR}/osm2pgsql/CMakeLists.txt") message(FATAL_ERROR "The osm2pgsql directory is empty.\ Did you forget to check out Nominatim recursively?\ - \nTry updating submodules with: git submodules update --init") + \nTry updating submodules with: git submodule update --init") endif() add_subdirectory(osm2pgsql)