summaryrefslogtreecommitdiffhomepage
path: root/eigen/blas
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-03 07:37:12 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-03 08:13:09 +0200
commit88534ba623421c956d8ffcda2d27f41d704d15ef (patch)
treefccc55245aec3f7381cd525a1355568e10ea37f4 /eigen/blas
parent3ee09beb3f0458fbeb0b0e816f854b9d5b406e6b (diff)
update eigen
Diffstat (limited to 'eigen/blas')
-rw-r--r--eigen/blas/CMakeLists.txt10
1 files changed, 4 insertions, 6 deletions
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()