Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Sep 17, 2024
1 parent a43721b commit bdde3dd
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 @@ -5,7 +5,7 @@ if (TOOLCHAIN STREQUAL "ON")
cmake_minimum_required(VERSION 3.20)
project(ttmlir-toolchain LANGUAGES CXX C)
execute_process(
COMMAND git clone --recursive git@github.com:tenstorrent/tt-mlir.git ${PROJECT_SOURCE_DIR}/tt-mlir/src/tt-mlir
COMMAND git clone --recursive https://github.com/tenstorrent/tt-mlir.git ${PROJECT_SOURCE_DIR}/tt-mlir/src/tt-mlir
RESULT_VARIABLE result1
OUTPUT_VARIABLE output1
ERROR_VARIABLE error_output1
Expand Down

0 comments on commit bdde3dd

Please sign in to comment.