summaryrefslogtreecommitdiff
path: root/Modules/FindXMLRPC.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-04 11:44:47 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-04 11:44:47 -0500
commit3fb55bff36fe9357f7f18e545111249ef44b8372 (patch)
treef463e2e7f87da778999d5a3cb804ab5580a1dfbf /Modules/FindXMLRPC.cmake
parentff67e8a65d064340cb6cb3f30733ce2eb1e914bb (diff)
downloadcmake-3fb55bff36fe9357f7f18e545111249ef44b8372.tar.gz
BUG: fix for bug 4123, find xmlrpc in standard locations
Diffstat (limited to 'Modules/FindXMLRPC.cmake')
-rw-r--r--Modules/FindXMLRPC.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindXMLRPC.cmake b/Modules/FindXMLRPC.cmake
index 3d2599362f..2e8f1ad0f7 100644
--- a/Modules/FindXMLRPC.cmake
+++ b/Modules/FindXMLRPC.cmake
@@ -104,6 +104,7 @@ IF(XMLRPC_FOUND)
PATHS ${XMLRPC_LIBRARY_DIRS}
NO_DEFAULT_PATH
)
+ FIND_LIBRARY(XMLRPC_${name}_LIBRARY NAMES ${name})
MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY)
# If any library is not found then the whole package is not found.