Skip to content

Commit

Permalink
Updating TT-Metal external project dependency to be HTTPS instead of …
Browse files Browse the repository at this point in the history
…SSH (#65)
  • Loading branch information
sdjordjevicTT authored Jul 1, 2024
1 parent 0741a9c commit 1f26d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ExternalProject_Add(
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_CXX_COMPILER_LAUNCHER}
GIT_REPOSITORY git@github.com:tenstorrent/tt-metal.git
GIT_REPOSITORY https://github.com/tenstorrent/tt-metal.git
GIT_TAG v0.49.0
GIT_PROGRESS ON
)
Expand Down

0 comments on commit 1f26d46

Please sign in to comment.