Skip to content

Commit

Permalink
Merge pull request #1374 from paulmillar/development/add-xrdutils-bui…
Browse files Browse the repository at this point in the history
…ld-runpath

XrdUtils: add suitable RUNPATH to build-tree library
  • Loading branch information
simonmichal committed Jan 7, 2021
2 parents 816f8de + 73f39dc commit 29ea6c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdUtils.cmake
Expand Up @@ -246,6 +246,7 @@ endif()
set_target_properties(
XrdUtils
PROPERTIES
BUILD_RPATH ${CMAKE_CURRENT_BINARY_DIR}
VERSION ${XRD_UTILS_VERSION}
SOVERSION ${XRD_UTILS_SOVERSION}
INTERFACE_LINK_LIBRARIES ""
Expand Down

0 comments on commit 29ea6c4

Please sign in to comment.