BUG: fix for bug 4123, find xmlrpc in standard locations

This commit is contained in:
Bill Hoffman 2006-12-04 11:44:47 -05:00
parent ff67e8a65d
commit 3fb55bff36
1 changed files with 1 additions and 0 deletions

View File

@ -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.