From 5c983f293859ffdd4b05c7f1f3ba668504fc7872 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Thu, 15 Sep 2016 19:39:25 +1000 Subject: [PATCH] run-cmake-check.sh: Init submodules If submodules are not initialised run-cmake-check.sh can fail. Signed-off-by: Brad Hubbard --- run-cmake-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-cmake-check.sh b/run-cmake-check.sh index 1446434abb0e..0d13b6e60b0e 100755 --- a/run-cmake-check.sh +++ b/run-cmake-check.sh @@ -47,6 +47,7 @@ function run() { if test -f ./install-deps.sh ; then $DRY_RUN ./install-deps.sh || return 1 fi + git submodule update --init --recursive $DRY_RUN mkdir build $DRY_RUN cd build $DRY_RUN cmake "$@" ../ -- 2.47.3