]> git.openstreetmap.org Git - nominatim.git/commitdiff
Update CMakeLists.txt
authormtmail <mtmail@gmx.net>
Tue, 21 Mar 2017 11:34:24 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2017 11:34:24 +0000 (12:34 +0100)
Ran into the issue this morning.
`git submodules` => `git submodule`

CMakeLists.txt

index 79cc7d19755365a5e6a8f684a804418d3042e1bb..cbbcb9db2d0f040dfa802d8140200753de52c270 100644 (file)
@@ -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)