mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
add -dl on unix
This commit is contained in:
@@ -582,5 +582,5 @@ IF(CURL_TESTING)
|
||||
ENDIF(CURL_TESTING)
|
||||
|
||||
ADD_EXECUTABLE(LIBCURL Testing/curltest.c)
|
||||
TARGET_LINK_LIBRARIES(LIBCURL cmcurl)
|
||||
TARGET_LINK_LIBRARIES(LIBCURL cmcurl ${CMAKE_DL_LIBS})
|
||||
ADD_TEST(curl "${EXECUTABLE_OUTPUT_PATH}/LIBCURL")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user