1
0
Fork 0

abort uf submodules aren't properly existing

This commit is contained in:
Wilfried Goesgens 2017-02-13 15:24:30 +01:00
parent be38052db1
commit 41ee789fcc
1 changed files with 11 additions and 0 deletions

View File

@ -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)
################################################################################