Skip to content

Commit

Permalink
Fix compilation on Mac with ENABLE_TESTS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopescu committed Mar 16, 2018
1 parent 2cf76b8 commit f86e985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/common/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit f86e985

Please sign in to comment.