- Notifications
You must be signed in to change notification settings - Fork63
Open
Description
Including this project viaadd_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 ina0f1bb6
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