Skip to content
Snippets Groups Projects
Commit 061874ad authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add EIGENPY_WITH_TENSOR_SUPPORT

parent 48dd19d8
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,7 @@ namespace bp = boost::python; ...@@ -90,6 +90,7 @@ namespace bp = boost::python;
#ifdef EIGENPY_WITH_CXX11_SUPPORT #ifdef EIGENPY_WITH_CXX11_SUPPORT
#include <unsupported/Eigen/CXX11/Tensor> #include <unsupported/Eigen/CXX11/Tensor>
#define EIGENPY_WITH_TENSOR_SUPPORT
#endif #endif
#if EIGEN_VERSION_AT_LEAST(3, 2, 90) #if EIGEN_VERSION_AT_LEAST(3, 2, 90)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment