Comment cmake check (#19491)
This commit is contained in:
committed by
GitHub
parent
baab44c4f4
commit
3d17c656d1
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user