Skip to content

Commit

Permalink
[CMake] clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and osschar committed Oct 10, 2019
1 parent 85fdef4 commit d481804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -9,8 +9,6 @@ include( XrdSec )
include( XrdXml )
include( XrdHeaders )

add_subdirectory( XrdTls )

if( BUILD_CRYPTO )
include( XrdSecgsi )
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/XrdCl/CMakeLists.txt
Expand Up @@ -100,7 +100,7 @@ target_link_libraries(
uuid
z
${EXTRA_LIBS}
${CMAKE_DL_LIBS})
${CMAKE_DL_LIBS}
ssl)

set_target_properties(
Expand Down

0 comments on commit d481804

Please sign in to comment.