Skip to content

Commit

Permalink
force submodules to be on master branches (Issue veluca93#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
levnikmyskin committed Oct 22, 2021
1 parent ed91e14 commit 945c10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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 ..
Expand Down

0 comments on commit 945c10f

Please sign in to comment.