Skip to content

fix(io): add some Dependencies.cmake

Flavien BRIDAULT requested to merge 693-io-add-dependencies-cmake-in-io_vtk into dev

Description

To build our current projects with sight 21.0, we needed to add missing Dependencies.cmake files, otherwise people would have to find the necessary find_packagecommands to run first. Besides this, an unrelated change has been made to reenable the load of extra bundle paths. This is needed when you depend on more than two repositories.

Closes #693 (closed)

How to test it?

Build, install and try to use the modified libraries from another repository. You can clone https://git.ircad.fr/mschweitzer/sight-21-test to do this test quickly.

Edited by Flavien BRIDAULT

Merge request reports