Skip to content

Commit

Permalink
Fixed python build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Dec 17, 2020
1 parent 1740df3 commit 1b30a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inference-engine/ie_bridges/python/cmake/UseCython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ set( CYTHON_FLAGS "" CACHE STRING
"Extra flags to the cython compiler." )
mark_as_advanced( CYTHON_ANNOTATE CYTHON_NO_DOCSTRINGS CYTHON_FLAGS )

find_package( Cython REQUIRED )
find_package( Cython REQUIRED
PATHS "${CMAKE_CURRENT_SOURCE_DIR}/cmake"
NO_DEFAULT_PATH )
find_package( PythonLibs REQUIRED )

set( CYTHON_CXX_EXTENSION "cxx" )
Expand Down

0 comments on commit 1b30a42

Please sign in to comment.