From 00424d65af3a55e0abb294ec101864a371bf600a Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Thu, 22 Oct 2020 15:16:32 +0200 Subject: [PATCH] Disable compilation of AnalysisTreeQA Due to some not understood error the compilation of the AnalysisTreeQA package fails suddenly. No changes were done. Since the problem affects the compilation of CbmRoot it was decided to switch of the compilation till the problem is understood and fixed. --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 9c3c36f707..194b932880 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -36,7 +36,7 @@ if(DOWNLOAD_EXTERNALS) Include(InstallDataTreeQA.cmake) Include(InstallNicaFemto.cmake) Include(InstallAnalysisTree.cmake) - Include(InstallAnalysisTreeQA.cmake) +# Include(InstallAnalysisTreeQA.cmake) Include(InstallParameter.cmake) Include(InstallInput.cmake) -- GitLab