Skip to content

AST-1553 Use target_link_libraries for linking xtensor

Maik Nijhuis requested to merge ast-1553-do-not-bundle-xtensor into master

Use latest aocommon, which has an updated means of defining the XTensor library.

Use target_link_libraries instead of link_libraries for XTensor, since "The target_link_libraries() command should be preferred whenever possible." according to the CMake documentation.

Edited by Maik Nijhuis

Merge request reports