Skip to content

Commit

Permalink
Use ${CMAKE_DL_LIBS} consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert authored and gganis committed Nov 23, 2021
1 parent 7b94eca commit c6a8f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/XrdSciTokens.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_link_libraries(
${SCITOKENS_CPP_LIBRARIES}
XrdUtils
XrdServer
dl
${CMAKE_DL_LIBS}
${CMAKE_THREAD_LIBS_INIT} )

set_target_properties(
Expand Down
2 changes: 1 addition & 1 deletion tests/XrdClTests/tls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target_link_libraries(
XrdPosix
XrdXml
XrdAppUtils
dl
${CMAKE_DL_LIBS}
${CMAKE_THREAD_LIBS_INIT} )


Expand Down

0 comments on commit c6a8f54

Please sign in to comment.