Skip to content

Commit 54ddc2b

Browse files
committed
test/CMakeLists.txt: Avoid repeated detection of xtensor
1 parent 613c1ec commit 54ddc2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ include_directories(${GTEST_INCLUDE_DIRS} SYSTEM)
110110
include_directories(${XTENSOR_INCLUDE_DIR})
111111
include_directories(${XBLAS_INCLUDE_DIR})
112112

113-
find_package(xtensor REQUIRED)
114113
if(USE_OPENBLAS)
115114
find_package(OpenBLAS REQUIRED)
116115
set(BLAS_LIBRARIES ${CMAKE_INSTALL_PREFIX}${OpenBLAS_LIBRARIES})

0 commit comments

Comments
 (0)