From a4a7dcbe6ce58e53ed560b797604d211ecb97bb7 Mon Sep 17 00:00:00 2001 From: Michael Davis <michael.davis@cern.ch> Date: Tue, 28 Jan 2020 17:41:40 +0100 Subject: [PATCH] [upgrade_db] Also remove the directory from CMakeLists.txt... --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3009469653..6f3d0b5a28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,6 @@ ELSE(DEFINED PackageOnly) add_subdirectory(eos_cta) - add_subdirectory(upgrade_db) add_subdirectory(migration) add_subdirectory(cmdline) -- GitLab