mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
Use @CMAKE_MAKE_PROGRAM@ instead of make in buildtests.sh
This commit is contained in:
parent
682196e9fc
commit
73dd95e7b0
@ -14,9 +14,9 @@ targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
|
|||||||
|
|
||||||
if [ -n "${EIGEN_MAKE_ARGS:+x}" ]
|
if [ -n "${EIGEN_MAKE_ARGS:+x}" ]
|
||||||
then
|
then
|
||||||
make $targets_to_make ${EIGEN_MAKE_ARGS}
|
@CMAKE_MAKE_PROGRAM@ $targets_to_make ${EIGEN_MAKE_ARGS}
|
||||||
else
|
else
|
||||||
make $targets_to_make
|
@CMAKE_MAKE_PROGRAM@ $targets_to_make @EIGEN_TEST_BUILD_FLAGS@
|
||||||
fi
|
fi
|
||||||
exit $?
|
exit $?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user