remove redundant xtensor to xtl linking in cmakelists

This commit is contained in:
Gavin Ridley 2020-03-03 23:03:23 -05:00
parent f677270789
commit d82a87eeb2

View file

@ -165,7 +165,6 @@ endif()
add_subdirectory(vendor/xtl)
set(xtl_DIR ${CMAKE_CURRENT_BINARY_DIR}/vendor/xtl)
add_subdirectory(vendor/xtensor)
target_link_libraries(xtensor INTERFACE xtl)
#===============================================================================
# GSL header-only library