AST-1553 Use target_link_libraries for linking xtensor
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