Skip to content

Commit

Permalink
Fix OpenSSL linker libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlantic777 committed Nov 27, 2019
1 parent 111a5e5 commit 2bccb5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/XrdCl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ target_link_libraries(
z
${EXTRA_LIBS}
${CMAKE_DL_LIBS}
ssl)
${OPENSSL_LIBRARIES})

set_target_properties(
XrdCl
Expand Down
3 changes: 1 addition & 2 deletions src/XrdUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ target_link_libraries(
XrdUtils
pthread
${CMAKE_DL_LIBS}
ssl
crypto
${OPENSSL_LIBRARIES}
${SOCKET_LIBRARY}
${SENDFILE_LIBRARY}
${EXTRA_LIBS} )
Expand Down
3 changes: 1 addition & 2 deletions src/api_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ add_executable(
target_link_libraries(
xrdsrv
XrdUtils
ssl
crypto
${OPENSSL_LIBRARIES}
pthread )


0 comments on commit 2bccb5e

Please sign in to comment.