From 92f84221ce77d8ceff89d32302d40339333e5da5 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 6 Mar 2018 20:51:57 +0530 Subject: [PATCH] Minor tweaks [skip ci] --- CMakeLists.txt | 1 - cmake/build_moose-core.sh.in | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5a0a3f2..16f104f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,4 +147,3 @@ if(WITH_GUI) ) add_dependencies( uninstall __uninstall_moose-gui__ ) endif() - diff --git a/cmake/build_moose-core.sh.in b/cmake/build_moose-core.sh.in index 8ae7a5b3..8d766209 100755 --- a/cmake/build_moose-core.sh.in +++ b/cmake/build_moose-core.sh.in @@ -7,8 +7,8 @@ set -e # will play well with cmake. CMAKE replaces @FOO@ and ${FOO} with cmake variable # values. -if [ -z "$MAKE" ]; then - MAKE=make +if [ ! -n "$MAKE" ]; then + MAKE=make -j4 fi echo "Building pymoose and creating bdist." -- GitLab