Skip to content

As we use CMAKE_INSTALL_LIBDIR for IMPORTED_LOCATION on external projects, we...

Julien Wadel requested to merge fix/cmake_target_link into master

As we use CMAKE_INSTALL_LIBDIR for IMPORTED_LOCATION on external projects, we must pass this variable in CMAKE_ARGS or the LOCATION read from target become incoherent.

Merge request reports