From 33ecac3a2a36e36d681eb60f2c68eac3157a8d6d Mon Sep 17 00:00:00 2001 From: Diego Gomez Date: Tue, 18 Feb 2025 17:59:28 +0000 Subject: [PATCH] Addressed an small format error when merged in github --- ttnn/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ttnn/CMakeLists.txt b/ttnn/CMakeLists.txt index a92ea053795c..36a55ad32ad6 100644 --- a/ttnn/CMakeLists.txt +++ b/ttnn/CMakeLists.txt @@ -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