We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including this project via add_subdirectory(path/to/xtensor/python) leads to
add_subdirectory(path/to/xtensor/python)
[cmake] ERRORMismatch xtensor versions. Found '..' but requires: '0.24.0'
at the cmake configuration step.
The variables ${XTENSOR_VERSION_MAJOR}, ${XTENSOR_VERSION_MINOR}, ${XTENSOR_VERSION_PATCH} seems to be wrong in
${XTENSOR_VERSION_MAJOR}
${XTENSOR_VERSION_MINOR}
${XTENSOR_VERSION_PATCH}
xtensor-python/CMakeLists.txt
Line 37 in a0f1bb6
XTENSOR
[cmake] -- xtensor_VERSION_MAJOR=0 [cmake] -- xtensor_VERSION_MINOR=24 [cmake] -- xtensor_VERSION_PATCH=6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Including this project via
add_subdirectory(path/to/xtensor/python)
leads toat the cmake configuration step.
The variables
${XTENSOR_VERSION_MAJOR}
,${XTENSOR_VERSION_MINOR}
,${XTENSOR_VERSION_PATCH}
seems to be wrong inxtensor-python/CMakeLists.txt
Line 37 in a0f1bb6
XTENSOR
in the variables is in lower case here,The text was updated successfully, but these errors were encountered: