vtk_module_autoinit
doesn’t work this way. The problem here:
${VTK_TARGETS}
is a list and should not be quoted so that it expands as distinct arguments.
vtk_module_autoinit
doesn’t work this way. The problem here:
${VTK_TARGETS}
is a list and should not be quoted so that it expands as distinct arguments.