Skip to content

Commit

Permalink
Addressed an small format error when merged in github
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezTT committed Feb 18, 2025
1 parent 2fdee2e commit 33ecac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ttnn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,9 @@ function(build_library LIBRARY_NAME BUILD_PYBIND)
#We move the library binaries to a different path rather than PROJECT_BINARY_DIR
#in the Python wheel
set(TTNN_INSTALL_RPATH
"${PROJECT_BINARY_DIR}/lib"
"$ORIGIN/build/lib"
"$ORIGIN"
"${PROJECT_BINARY_DIR}/lib"
"$ORIGIN/build/lib"
"$ORIGIN"
)

#Make sure library built is _ttnn.so / _ttnnpycpp.so and that it can find all it's linked libraries
Expand Down

0 comments on commit 33ecac3

Please sign in to comment.