Skip to content

vtkModule: support `vtk_module_link(NO_KIT_EXPORT_IF_SHARED)`

Ben Boeckel requested to merge ben.boeckel/vtk:vtkModule-kit-target-leaks into master

Add a keyword argument to vtk_module_link to avoid leaking target names in install exports kit builds that are not found in an installation configuration due to coming from a vtk_module_find_package(PRIVATE_IF_SHARED) call.


Cc: @dcthomp
Backport: paraview/release:HEAD~2^2

Edited by Ben Boeckel

Merge request reports