Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed Feb 19, 2025
1 parent bf52eba commit 47f38ca
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tt_metal/fabric/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(fabric)
add_library(TT::Fabric ALIAS fabric)

target_sources(
fabric
Expand Down Expand Up @@ -37,9 +36,9 @@ target_precompile_headers(

target_compile_options(fabric PRIVATE -Wno-int-to-pointer-cast)

set_target_properties(
fabric
PROPERTIES
INSTALL_RPATH
"${PROJECT_BINARY_DIR}/lib"
)
#set_target_properties(
# fabric
# PROPERTIES
# INSTALL_RPATH
# "${PROJECT_BINARY_DIR}/lib"
#)

0 comments on commit 47f38ca

Please sign in to comment.