Skip to content

Allow cv_hal_convertTo to be undefined

Michael Platings requested to merge fix-no-convertTo into main

cv_hal_convertTo is proposed to be added to OpenCV but for now is not present. To avoid a compilation error when building with the head of the 4.x branch, don't build kleidicv_convertTo_with_fallback if cv_hal_convertTo is not defined.

Merge request reports