Skip to content

Commit d04d575

Browse files
authored
Merge pull request #71 from JohanMabille/xtensor_027
Requires xtnsor 0.27 in CMakeLists.txt
2 parents 7bc2add + efe99ca commit d04d575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ else()
111111
endif()
112112

113113
# .. xtensor
114-
set(xtensor_REQUIRED_VERSION 0.26.0)
114+
set(xtensor_REQUIRED_VERSION 0.27.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)