Skip to content

Commit

Permalink
Delete pybind11 cross compile workaround (openvinotoolkit#12775)
Browse files Browse the repository at this point in the history
Co-authored-by: sikorsl1 <[email protected]>
  • Loading branch information
praasz and sikorsl1 authored Sep 7, 2022
1 parent 17470aa commit 2449ab0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2449ab0

Please sign in to comment.