From 754742a36b57805fc1e51ad0d50ac550f39497bf Mon Sep 17 00:00:00 2001 From: Michal Simon Date: Fri, 17 Jan 2020 13:58:52 +0100 Subject: [PATCH] [XrdCl] Fix osx build. --- src/XrdCl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdCl/CMakeLists.txt b/src/XrdCl/CMakeLists.txt index 8abf228942d..b4fa405c263 100644 --- a/src/XrdCl/CMakeLists.txt +++ b/src/XrdCl/CMakeLists.txt @@ -95,7 +95,7 @@ target_link_libraries( XrdXml XrdUtils pthread - ${UUID_LIBRARIES} + ${UUID_LIBRARY} z ${EXTRA_LIBS} ${CMAKE_DL_LIBS})