Browse Source

auto-detect Eigen

David Rose 14 years ago
parent
commit
5933da3f05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -328,7 +328,7 @@
 // experimental.
 // experimental.
 #define EIGEN_IPATH 
 #define EIGEN_IPATH 
 #define EIGEN_CFLAGS
 #define EIGEN_CFLAGS
-#define HAVE_EIGEN
+#defer HAVE_EIGEN $[isdir $[EIGEN_IPATH]/Eigen]
 #define LINMATH_VECTORIZE 1
 #define LINMATH_VECTORIZE 1
 
 
 // Is Python installed, and should Python interfaces be generated?  If
 // Is Python installed, and should Python interfaces be generated?  If