From 928eb14421c614f4a268c0c215526f2d6232763c 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 fba63faaddf..63c749782cc 100644 --- a/src/XrdCl/CMakeLists.txt +++ b/src/XrdCl/CMakeLists.txt @@ -96,7 +96,7 @@ target_link_libraries( XrdXml XrdUtils pthread - ${UUID_LIBRARIES} + ${UUID_LIBRARY} z ${EXTRA_LIBS} ${CMAKE_DL_LIBS}