Skip to content

Commit

Permalink
fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT committed Dec 28, 2024
1 parent fd62d83 commit 65cba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ set_target_properties(check-ttmlir PROPERTIES FOLDER "Tests")
add_lit_testsuites(TTMLIRStatic ${CMAKE_CURRENT_SOURCE_DIR} DEPENDS ${TTMLIR_TEST_DEPENDS})

install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ DESTINATION test COMPONENT Test EXCLUDE_FROM_ALL)
install(DIRECTORY $ENV{TT_METAL_HOME}-build/ttnn/ DESTINATION third_party/tt-metal/src/tt-metal/ COMPONENT Test EXCLUDE_FROM_ALL)
install(DIRECTORY $ENV{TT_METAL_HOME}-build/lib DESTINATION third_party/tt-metal/src/tt-metal-build/lib COMPONENT Test EXCLUDE_FROM_ALL)

0 comments on commit 65cba1c

Please sign in to comment.