Skip to content

Commit

Permalink
Reverted to main fork of GC after fix of llvm fetch was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin committed Oct 21, 2024
1 parent cf87efb commit 12859a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/graph-compiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if (NOT DEFINED GRAPH_COMPILER_LIBS)

FetchContent_Declare(
GC
GIT_REPOSITORY https://github.com/slyalin/graph-compiler.git # FIXME: Revert back to the main repository after fix of llvm fetch
GIT_TAG fix_llvm_dir
GIT_REPOSITORY https://github.com/intel/graph-compiler.git
GIT_TAG main
${GC_FETCH_CONTENT_ARGS}
)

Expand Down

0 comments on commit 12859a0

Please sign in to comment.