From 945c10f3756ad92454ebba44b2c54cd91ad03899 Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 22 Oct 2021 15:47:13 +0200 Subject: [PATCH] force submodules to be on master branches (Issue #7) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 817a7d7..0cd9fe8 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -git submodule update --init --recursive +git submodule update --init --recursive --remote --merge mkdir -p build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..