From 2f0f2fdd0b6402bc2837910700a57ee60bb992d6 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Mon, 2 Dec 2019 15:04:12 +0100 Subject: [PATCH] ByteStreamStoragePlugins: Remove unused CASTOR dependency --- Event/ByteStreamStoragePlugins/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Event/ByteStreamStoragePlugins/CMakeLists.txt b/Event/ByteStreamStoragePlugins/CMakeLists.txt index 7484debcfbd..12c18db67f0 100644 --- a/Event/ByteStreamStoragePlugins/CMakeLists.txt +++ b/Event/ByteStreamStoragePlugins/CMakeLists.txt @@ -1,4 +1,3 @@ -# $Id: CMakeLists.txt 780174 2016-10-25 07:53:15Z elmsheus $ ################################################################################ # Package: ByteStreamStoragePlugins ################################################################################ @@ -8,7 +7,6 @@ atlas_subdir( ByteStreamStoragePlugins ) # External dependencies: find_package( Boost COMPONENTS system ) -find_package( CASTOR COMPONENTS rfio ) find_package( Xrootd COMPONENTS Posix PosixPreload ) find_package( dcap ) find_package( tdaq-common COMPONENTS ers ) -- GitLab