Skip to content

Commit

Permalink
Merge pull request xrootd#14 from ellert/library-dep-uses-target-name
Browse files Browse the repository at this point in the history
Library dep uses target name
  • Loading branch information
simonmichal committed Feb 25, 2021
2 parents 2796513 + 534d9c0 commit 2f70182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindXRootD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if( XRDCEPH_SUBMODULE )
set( XROOTD_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/src )
set( XROOTD_LIBRARIES ${CMAKE_BINARY_DIR}/src/libXrdUtils.so )
set( XROOTD_LIBRARIES XrdUtils )
else()
find_path( XROOTD_INCLUDE_DIRS XrdSfs/XrdSfsAio.hh
HINTS
Expand Down

0 comments on commit 2f70182

Please sign in to comment.