diff --git a/src/bindings/python/src/compatibility/openvino/CMakeLists.txt b/src/bindings/python/src/compatibility/openvino/CMakeLists.txt index 43e09004b3fbd4..89b5dd6ebdc089 100644 --- a/src/bindings/python/src/compatibility/openvino/CMakeLists.txt +++ b/src/bindings/python/src/compatibility/openvino/CMakeLists.txt @@ -21,12 +21,13 @@ endif() include (cmake/UseCython.cmake) -# Check Cython version -if(CYTHON_VERSION VERSION_LESS "0.29") - message(FATAL_ERROR "OpenVINO Python API needs at least Cython version 0.29, found version ${CYTHON_VERSION}") -else() - message(STATUS "Found Cython version ${CYTHON_VERSION}") -endif() +# Ticket 119312 +# # Check Cython version +# if(CYTHON_VERSION VERSION_LESS "0.29") +# message(FATAL_ERROR "OpenVINO Python API needs at least Cython version 0.29, found version ${CYTHON_VERSION}") +# else() +# message(STATUS "Found Cython version ${CYTHON_VERSION}") +# endif() set(pyversion python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})