From e2c4aecfb46ce4a95aff99f7c03d5d41523ad918 Mon Sep 17 00:00:00 2001 From: Michal Simon Date: Wed, 2 Oct 2019 17:35:00 +0200 Subject: [PATCH] [XrdCl] Move XrdClFileSystemUtils.hh to private headers. --- src/XrdCl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdCl/CMakeLists.txt b/src/XrdCl/CMakeLists.txt index ff5edff9173..08001e55bdc 100644 --- a/src/XrdCl/CMakeLists.txt +++ b/src/XrdCl/CMakeLists.txt @@ -162,12 +162,12 @@ install( XrdClPlugInInterface.hh XrdClPlugInManager.hh XrdClPropertyList.hh - XrdClFileSystemUtils.hh XrdClLog.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/xrootd/XrdCl ) install( FILES + XrdClFileSystemUtils.hh XrdClMessage.hh XrdClPostMaster.hh XrdClPostMasterInterfaces.hh