Skip to content

lodepng: removes interface dependency

Vicente Bolea requested to merge vbolea/vtk-m:remove-unneeded-static-lib into master

It removes the interface dependency in vtk-m to lodepng.

Also avoid Installing libvtkm_lodepng.a in a shared build since it is unnecessary because livtkm_io.so will contain the symbols of libvtkm_lodepng.a.

Edited by Vicente Bolea

Merge request reports