Update CMakeLists.txt

Ran into the issue this morning.
`git submodules` => `git submodule`
This commit is contained in:
mtmail
2017-03-21 12:34:24 +01:00
committed by GitHub
parent 026081e131
commit c7434264ae

View 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)