No need to checkout submodules/contribs recursively

Also verified locally by building from a freshly cloned ClickHouse and
"flat" checkout of submodules without recursion
This commit is contained in:
Robert Schulze 2022-06-01 13:54:53 +02:00
parent 393b97763a
commit 5a1b873f7b
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -36,7 +36,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Check that submodules are present
if (NOT EXISTS "${ClickHouse_SOURCE_DIR}/contrib/sysroot/README.md")
message (FATAL_ERROR "Submodules are not initialized. Run\n\tgit submodule update --init --recursive")
message (FATAL_ERROR "Submodules are not initialized. Run\n\tgit submodule update --init")
endif ()
# Take care to add prlimit in command line before ccache, or else ccache thinks that