Skip to content

Commit

Permalink
[CMake] Install XrdPosix header files in client-only builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jun 3, 2022
1 parent ee655f2 commit cc064c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/XrdHeaders.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ set( XROOTD_PUBLIC_HEADERS
XrdOuc/XrdOuca2x.hh
XrdOuc/XrdOucEnum.hh
XrdOuc/XrdOucCompiler.hh
XrdPosix/XrdPosix.hh
XrdPosix/XrdPosixCache.hh
XrdPosix/XrdPosixCallBack.hh
XrdPosix/XrdPosixExtern.hh
XrdPosix/XrdPosixOsDep.hh
XrdPosix/XrdPosixXrootd.hh
XrdPosix/XrdPosixXrootdPath.hh
XrdSec/XrdSecAttr.hh
XrdSec/XrdSecEntity.hh
XrdSec/XrdSecEntityAttr.hh
Expand Down Expand Up @@ -101,13 +108,6 @@ if( NOT XRDCL_ONLY )
XrdOss/XrdOssDefaultSS.hh
XrdOss/XrdOssStatInfo.hh
XrdOss/XrdOssWrapper.hh
XrdPosix/XrdPosix.hh
XrdPosix/XrdPosixCache.hh
XrdPosix/XrdPosixCallBack.hh
XrdPosix/XrdPosixExtern.hh
XrdPosix/XrdPosixOsDep.hh
XrdPosix/XrdPosixXrootd.hh
XrdPosix/XrdPosixXrootdPath.hh
XrdSfs/XrdSfsAio.hh
XrdSfs/XrdSfsDio.hh
XrdSfs/XrdSfsXio.hh
Expand Down

0 comments on commit cc064c6

Please sign in to comment.