update modules

This commit is contained in:
2018-12-23 08:57:53 +07:00
parent c6123eb458
commit a626d1b765
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ mkdir -p $SOURCES_RDPARTY_DIR
git submodule init
git submodule update
git pull --recurse-submodules
git submodule update --remote --recursive
git submodule update --init --remote --recursive
mkdir -p $UNTESTS_DIR/catch
cp -fv $MODULES_DIR/catch2/single_include/catch2/catch.hpp $UNTESTS_DIR/catch/catch.hpp