Skip to content

Eigen fix directory name

Ben Boeckel requested to merge ben.boeckel/vtk:eigen-fix-directory-name into master

Here's the actual fix. We have to rename the directory because we're doing #define Eigen vtkeigen to mangle the namespace in our library. Because #include also gets macro expansions, we have to rename the directory to avoid replacing its usage in the path with vtkeigen. That's why the directory is renamed.

Merge request reports