mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
remove redundant xtensor to xtl linking in cmakelists
This commit is contained in:
parent
f677270789
commit
d82a87eeb2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue