From c7434264ae8658c2a9a04bc667eef04994b7704d Mon Sep 17 00:00:00 2001 From: mtmail Date: Tue, 21 Mar 2017 12:34:24 +0100 Subject: [PATCH] Update CMakeLists.txt Ran into the issue this morning. `git submodules` => `git submodule` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.1