Delete pybind11 cross compile workaround (#12775)
Co-authored-by: sikorsl1 <leonard.sikorski@intel.com>
This commit is contained in:
parent
17470aaea9
commit
2449ab066a
@ -16,10 +16,6 @@ endif()
|
||||
|
||||
set(PYTHON_SOURCE_DIR ${OpenVINOPython_SOURCE_DIR}/src)
|
||||
|
||||
# TODO: Remove this condition as 76672 will be fixed
|
||||
if(CMAKE_CROSSCOMPILING AND DEFINED ENV{OE_CMAKE_TOOLCHAIN_FILE})
|
||||
set(DISABLE_PYBIND11 ON CACHE BOOL "Whether pybind11 can be used in python bindings")
|
||||
endif()
|
||||
|
||||
#
|
||||
# Check python requirements
|
||||
|
Loading…
Reference in New Issue
Block a user