I need to install DOLFIN against VTK which is located outside /usr/lib so I set VTK_DIR to a correct value. DOLFIN configure script tells me that it found VTK in this VTK_DIR and reports correct version but all the VTK libraries are picked from /usr/lib. What can I do?
This may be related to issue 151. `find_package(VTK ...` call in CMakeList.txt was not fixed up in a manner like `find_library(` calls in Nico's patch https://bitbucket.org/fenics-project/dolfin/commits/8c714a50b227. Jan _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
