Skip to content

Commit

Permalink
Removed rpath for ngraph (openvinotoolkit#5688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored and yekruglov committed Jun 7, 2021
1 parent 079f9f8 commit 4ee0714
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ngraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@ set(NGRAPH_INSTALL_INCLUDE "deployment_tools/ngraph/${CMAKE_INSTALL_INCLUDEDIR}"
set(NGRAPH_INSTALL_DOC "deployment_tools/ngraph/${CMAKE_INSTALL_DOCDIR}")
set(NGRAPH_INSTALL_BIN "deployment_tools/ngraph/${CMAKE_INSTALL_BINDIR}")

if (LINUX)
if (DEFINED NGRAPH_RPATH)
set(CMAKE_BUILD_RPATH "$ORIGIN:${NGRAPH_RPATH}")
set(CMAKE_INSTALL_RPATH "$ORIGIN:${NGRAPH_RPATH}")
else()
set(CMAKE_BUILD_RPATH "$ORIGIN")
set(CMAKE_INSTALL_RPATH "$ORIGIN")
endif()
endif()

#-----------------------------------------------------------------------------------------------
# Compile Flags for nGraph...
#-----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4ee0714

Please sign in to comment.