mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
make testsuite aware of EIGEN_CTEST_ARGS
This commit is contained in:
parent
f7aa9873ca
commit
a7e4c0f825
@ -147,6 +147,9 @@ endif(NOT EIGEN_NO_UPDATE)
|
||||
|
||||
# which ctest command to use for running the dashboard
|
||||
SET (CTEST_COMMAND "${EIGEN_CMAKE_DIR}ctest -D ${EIGEN_MODE}")
|
||||
if($ENV{EIGEN_CTEST_ARGS})
|
||||
SET (CTEST_COMMAND "${CTEST_COMMAND} $ENV{EIGEN_CTEST_ARGS}")
|
||||
endif($ENV{EIGEN_CTEST_ARGS})
|
||||
# what cmake command to use for configuring this dashboard
|
||||
SET (CTEST_CMAKE_COMMAND "${EIGEN_CMAKE_DIR}cmake -DEIGEN_LEAVE_TEST_IN_ALL_TARGET=ON")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user