Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mtopalovicTT committed Jul 24, 2024
1 parent 968e6f4 commit 683c5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pybuda/pybuda/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_custom_target(install_pybuda ALL
add_custom_target(install_ttforge ALL
COMMAND cd "${CMAKE_SOURCE_DIR}/pybuda" && pip install -e .
COMMENT "Installing pybuda module")
COMMENT "Installing ttforge module")

add_dependencies(install_pybuda run_after_pybuda_csrc)
add_dependencies(install_ttforge run_after_ttforge_csrc)

0 comments on commit 683c5db

Please sign in to comment.