From 88534ba623421c956d8ffcda2d27f41d704d15ef Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 3 Jul 2018 07:37:12 +0200 Subject: update eigen --- eigen/blas/CMakeLists.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'eigen/blas') diff --git a/eigen/blas/CMakeLists.txt b/eigen/blas/CMakeLists.txt index 9887d58..d0efb41 100644 --- a/eigen/blas/CMakeLists.txt +++ b/eigen/blas/CMakeLists.txt @@ -45,12 +45,10 @@ install(TARGETS eigen_blas eigen_blas_static if(EIGEN_Fortran_COMPILER_WORKS) -if(BUILD_TESTING) - if(EIGEN_LEAVE_TEST_IN_ALL_TARGET) - add_subdirectory(testing) # can't do EXCLUDE_FROM_ALL here, breaks CTest - else() - add_subdirectory(testing EXCLUDE_FROM_ALL) - endif() +if(EIGEN_LEAVE_TEST_IN_ALL_TARGET) + add_subdirectory(testing) # can't do EXCLUDE_FROM_ALL here, breaks CTest +else() + add_subdirectory(testing EXCLUDE_FROM_ALL) endif() endif() -- cgit v1.2.3