From 3e11d50c1c6271acd55d4e9e817d6e13e1ea6e46 Mon Sep 17 00:00:00 2001
From: Louis Moureaux <louis.moureaux@cern.ch>
Date: Tue, 11 Jun 2024 22:23:40 +0200
Subject: [PATCH] Update Core repo and branch name

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34b8947..a404b3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,8 +65,8 @@ ExternalProject_Add(tables
     INSTALL_COMMAND     ""
 )
 ExternalProject_Add(Core
-    GIT_REPOSITORY      https://gitlab.cern.ch/lmoureau/das-core.git  # TODO
-    GIT_TAG             feature/cmake
+    GIT_REPOSITORY      https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git
+    GIT_TAG             migration
     SOURCE_DIR          "${CMAKE_SOURCE_DIR}/Core"
     CMAKE_ARGS          -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
     DEPENDS             TUnfold Darwin
-- 
GitLab