From: mtmail Date: Tue, 21 Mar 2017 11:34:24 +0000 (+0100) Subject: Update CMakeLists.txt X-Git-Tag: v3.0.0~48^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/c7434264ae8658c2a9a04bc667eef04994b7704d?hp=026081e131961740b887debc2d781c433c99760d Update CMakeLists.txt Ran into the issue this morning. `git submodules` => `git submodule` --- 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)