diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-04 16:44:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-04 16:44:47 (GMT) |
commit | 3fb55bff36fe9357f7f18e545111249ef44b8372 (patch) | |
tree | f463e2e7f87da778999d5a3cb804ab5580a1dfbf /Modules | |
parent | ff67e8a65d064340cb6cb3f30733ce2eb1e914bb (diff) | |
download | CMake-3fb55bff36fe9357f7f18e545111249ef44b8372.zip CMake-3fb55bff36fe9357f7f18e545111249ef44b8372.tar.gz CMake-3fb55bff36fe9357f7f18e545111249ef44b8372.tar.bz2 |
BUG: fix for bug 4123, find xmlrpc in standard locations
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindXMLRPC.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindXMLRPC.cmake b/Modules/FindXMLRPC.cmake index 3d25993..2e8f1ad 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. |