thliebig / QCSXCAD

QCSXCAD - Qt-GUI for CSXCAD
http://openEMS.de
GNU Lesser General Public License v3.0
4 stars 13 forks source link

Fix required VTK components #12

Closed aWZHY0yQH81uOYvH closed 1 year ago

aWZHY0yQH81uOYvH commented 1 year ago

Would not build with VTK 9. More components needed to be included in find_package in order for all symbols to be defined during compilation.

thliebig commented 1 year ago

I'm a but surprised that for 9.2 all this additional modules seem to be required. I have build against vtk 9.0 and 9.1 for a long time and this always worked fine... But I will give it a try on Linux and Windows and see what happens....

aWZHY0yQH81uOYvH commented 1 year ago

I thought it was strange too since it's obviously worked with 9.x before on other platforms, but I tried compiling it without each one of these additional modules and it would always fail without all of them there. Perhaps it's something to do with the way Homebrew installs VTK...?