Skip to content

Commit 016153e

Browse files
levnikmyskinveluca93
authored andcommitted
force submodules to be on master branches (Issue #7)
1 parent ed91e14 commit 016153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
git submodule update --init --recursive
3+
git submodule update --init --recursive --remote --merge
44
mkdir -p build
55
cd build
66
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..

0 commit comments

Comments
 (0)