Merge pull request #33 from enduro2d/hotfix/update_modules

Hotfix/update modules
This commit is contained in:
BlackMat MATov
2018-12-23 18:58:56 +07:00
committed by GitHub
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