Delete pybind11 cross compile workaround (#12775)

Co-authored-by: sikorsl1 <leonard.sikorski@intel.com>
This commit is contained in:
Pawel Raasz 2022-09-07 08:54:11 +02:00 committed by GitHub
parent 17470aaea9
commit 2449ab066a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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