aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 7b700c700..d5ac5348f 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -24,7 +24,7 @@ namespace Eigen {
#include "src/misc/Solve.h"
#include "src/Cholesky/LLT.h"
#include "src/Cholesky/LDLT.h"
-#ifdef EIGEN_MKL
+#ifdef EIGEN_USE_MKL_CLAPACK
#include "src/Cholesky/LLT_MKL.h"
#endif