You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XTensor reorganized its headers in 0.26. This commit introduces come
logic to guess the correct path: if the compiler is C++17 or later, use
`__has_include` to check both locations; otherwise it must be an xtensor
version prior to 0.26, because 0.26 onwards require a C++17 compiler.
"Directory where HighFive's CMake code will be installed. Default: lib/cmake/HighFive")
42
-
42
+
set(HIGHFIVE_XTENSOR_HEADER_VERSION "0"CACHESTRING"XTensor header version: 1 for <xtensor/xtensor.hpp>, 2 for <xtensor/containers/xtensor.hpp>, and 0 for automatic detection.")
0 commit comments