Skip to content

(io): link with io_igtl from a child project

Flavien BRIDAULT requested to merge fix-ioigtl-windows-build into dev

Description

Linking with io_igtl fails in a child project. We need the usual Dependencies.cmake file to ensure the find_package() is done before we parse the io_igtl config.cmake.

How to test it?

On Windows, in a child project, try to link with io_igtl, for instance

target_link_libraries(your_library PRIVATE sight::io_igtl)
Edited by Flavien BRIDAULT

Merge request reports