From e425b1430ef91b95aabca59f7c10ea19edecb7df Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 29 Nov 2025 06:55:26 +0900 Subject: [PATCH] chore(compiler-branch): update cmake branch reference --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e456805..a0b267b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,8 +24,7 @@ include(FetchContent) FetchContent_Declare( cc GIT_REPOSITORY https://github.com/CoreTrace/coretrace-compiler.git - GIT_TAG feat/ir-output-mode - # GIT_TAG main + GIT_TAG main ) FetchContent_MakeAvailable(cc)