From 2449ab066ad2c52fb530885675d2d30e947f8914 Mon Sep 17 00:00:00 2001 From: Pawel Raasz Date: Wed, 7 Sep 2022 08:54:11 +0200 Subject: [PATCH] Delete pybind11 cross compile workaround (#12775) Co-authored-by: sikorsl1 --- src/bindings/python/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bindings/python/CMakeLists.txt b/src/bindings/python/CMakeLists.txt index 1f8416d4bb8..81136b1464c 100644 --- a/src/bindings/python/CMakeLists.txt +++ b/src/bindings/python/CMakeLists.txt @@ -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