summaryrefslogtreecommitdiffstats
path: root/Utilities/cmxmlrpc
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-07-12 21:23:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-07-12 21:23:44 (GMT)
commitd938397b1761dc69ba5554b668fab400876d0be1 (patch)
tree49facd7b406fcbdebe810542c45283fe944ba316 /Utilities/cmxmlrpc
parentdf8e9a8c6635392d6a1db0f58fc7fc5b4daa4132 (diff)
downloadCMake-d938397b1761dc69ba5554b668fab400876d0be1.zip
CMake-d938397b1761dc69ba5554b668fab400876d0be1.tar.gz
CMake-d938397b1761dc69ba5554b668fab400876d0be1.tar.bz2
add -dl on unix
Diffstat (limited to 'Utilities/cmxmlrpc')
-rw-r--r--Utilities/cmxmlrpc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmxmlrpc/CMakeLists.txt b/Utilities/cmxmlrpc/CMakeLists.txt
index e4479f4..2d96d50 100644
--- a/Utilities/cmxmlrpc/CMakeLists.txt
+++ b/Utilities/cmxmlrpc/CMakeLists.txt
@@ -114,7 +114,7 @@ IF(HAVE_PTHREADS)
ENDIF(HAVE_PTHREADS)
ADD_EXECUTABLE(xrtest synch_client.c)
-TARGET_LINK_LIBRARIES(xrtest cmXMLRPC)
+TARGET_LINK_LIBRARIES(xrtest cmXMLRPC ${CMAKE_DL_LIBS})
# comment out test since it doesn pass and Andy doesn;t seem to be fixing it,
# for now assume that XMLRPC is not production quality code - Ken