I believe that 9.1.0 had issues with the no-component variant of find_package(VTK)
. Can you try adding COMPONENTS …
to your find_package(VTK)
call that list the components you need?
I believe that 9.1.0 had issues with the no-component variant of find_package(VTK)
. Can you try adding COMPONENTS …
to your find_package(VTK)
call that list the components you need?