From f86e9857adeccee60e8ba911fb880da52b8f5dfe Mon Sep 17 00:00:00 2001 From: Radu Popescu Date: Fri, 16 Mar 2018 14:46:26 +0100 Subject: [PATCH] Fix compilation on Mac with ENABLE_TESTS=ON --- tests/common/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/common/CMakeLists.txt b/tests/common/CMakeLists.txt index 76a2e852513..d9cca88841b 100644 --- a/tests/common/CMakeLists.txt +++ b/tests/common/CMakeLists.txt @@ -13,7 +13,8 @@ target_link_libraries( pthread ${CPPUNIT_LIBRARIES} ${ZLIB_LIBRARY} - XrdCl) + XrdCl + XrdUtils) add_executable(text-runner TextRunner.cc PathProcessor.hh) target_link_libraries(text-runner dl ${CPPUNIT_LIBRARIES} pthread)