-
Notifications
You must be signed in to change notification settings - Fork 67
Open
@mircomarahrens
. I don't know why yet, but
Description
Including this project via add_subdirectory(path/to/xtensor/python) leads to
[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
Line 37 in a0f1bb6
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
XTENSOR in the variables is in lower case here,
[cmake] -- xtensor_VERSION_MAJOR=0 [cmake] -- xtensor_VERSION_MINOR=24 [cmake] -- xtensor_VERSION_PATCH=6
Metadata
Metadata
Assignees
Labels
No labels