Skip to content

Commit 1124526

Browse files
committed
[dev] update xtensor>=0.26, xtl>=0.8
1 parent 4f0516e commit 1124526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ set(CMAKE_CXX_EXTENSIONS NO)
9696
include_directories(${XTENSOR_FFTW_INCLUDE_DIR})
9797

9898
# .. xtl
99-
set(xtl_REQUIRED_VERSION 0.6.9)
99+
set(xtl_REQUIRED_VERSION 0.8.0)
100100
if(TARGET xtl)
101101
set(xtl_VERSION ${XTL_VERSION_MAJOR}.${XTL_VERSION_MINOR}.${XTL_VERSION_PATCH})
102102
# Note: This is not SEMVER compatible comparison
@@ -111,7 +111,7 @@ else()
111111
endif()
112112

113113
# .. xtensor
114-
set(xtensor_REQUIRED_VERSION 0.20.9)
114+
set(xtensor_REQUIRED_VERSION 0.26.0)
115115
if(TARGET xtensor)
116116
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
117117
# Note: This is not SEMVER compatible comparison

0 commit comments

Comments
 (0)