mirror of https://gitee.com/bigwinds/arangodb
abort uf submodules aren't properly existing
This commit is contained in:
parent
be38052db1
commit
41ee789fcc
|
@ -4,6 +4,17 @@
|
|||
# External Projects used by ArangoDB
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
if(NOT EXISTS V8/v8/LICENSE OR
|
||||
NOT EXISTS V8/v8/testing/gtest/LICENSE)
|
||||
message(FATAL_ERROR "GIT sumbodules not checked out properly - aborting! Run:
|
||||
git submodule update --recursive
|
||||
git submodule update --init --recursive
|
||||
On Windows you need to make sure git is recent enough and may create symlinks!
|
||||
")
|
||||
endif()
|
||||
|
||||
|
||||
include(ExternalProject)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue