From 575e2e36a3a4b54321d3c2bdf9ab1e075fecc9c1 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues <eduardo.rodrigues@cern.ch> Date: Mon, 30 May 2022 12:26:07 +0200 Subject: [PATCH] Update DaVinciDependencies.cmake --- cmake/DaVinciDependencies.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/DaVinciDependencies.cmake b/cmake/DaVinciDependencies.cmake index 83902e42e..bb460406c 100644 --- a/cmake/DaVinciDependencies.cmake +++ b/cmake/DaVinciDependencies.cmake @@ -1,5 +1,5 @@ ############################################################################### -# (c) Copyright 2000-2021 CERN for the benefit of the LHCb Collaboration # +# (c) Copyright 2000-2022 CERN for the benefit of the LHCb Collaboration # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # @@ -29,7 +29,6 @@ find_data_package(FieldMap 5.0 REQUIRED) find_data_package(ParamFiles 8.0 REQUIRED) find_data_package(QMTestFiles 1.0 REQUIRED) find_data_package(PRConfig 1.0 REQUIRED) -find_data_package(TurboStreamProd REQUIRED) find_data_package(TCK/HltTCK REQUIRED) # -- Private dependencies -- GitLab