Skip to content

Commit

Permalink
[XrdSec] Link lib XrdSecProt with lib XrdUtils.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 26, 2016
1 parent 1a8a85f commit 4747529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XrdSec.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ add_library(
if( BUILD_CRYPTO )
target_link_libraries(
${LIB_XRD_SEC_PROT}
XrdUtils
pthread
${OPENSSL_CRYPTO_LIBRARY} )
else()
target_link_libraries(
${LIB_XRD_SEC_PROT}
XrdUtils
pthread )
endif()

Expand Down

0 comments on commit 4747529

Please sign in to comment.