Parallel build for fetchDependencies to speed this up.

This commit is contained in:
Dan Ginsburg 2018-11-20 10:35:27 -05:00
parent 2c3ba0a4ff
commit c41301f323

View File

@ -86,7 +86,7 @@ build_repo() {
ninja
else
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=install ..
make
make -j
fi
make install