From c201fa9af47b3201d796bfc5aa9494fa3117a6cf Mon Sep 17 00:00:00 2001
From: Michael Davis <michael.davis@cern.ch>
Date: Thu, 27 Jun 2019 16:17:47 +0200
Subject: [PATCH] [migration] Initial version of UpgradeDB tool

---
 CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4565bf992..9994af589f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,7 +147,9 @@ ELSE(DEFINED PackageOnly)
   add_subdirectory(scheduler)
   add_subdirectory(tapeserver)
   add_subdirectory(XRootdSSiRmcd)
-  
+
+  add_subdirectory(migration/CTA)
+
   #Generate version information
   configure_file(${PROJECT_SOURCE_DIR}/version.hpp.in
     ${CMAKE_BINARY_DIR}/version.h)
-- 
GitLab