mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +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}" ]
|
||||
then
|
||||
make $targets_to_make ${EIGEN_MAKE_ARGS}
|
||||
@CMAKE_MAKE_PROGRAM@ $targets_to_make ${EIGEN_MAKE_ARGS}
|
||||
else
|
||||
make $targets_to_make
|
||||
@CMAKE_MAKE_PROGRAM@ $targets_to_make @EIGEN_TEST_BUILD_FLAGS@
|
||||
fi
|
||||
exit $?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user