mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
BUG: fix for bug 4123, find xmlrpc in standard locations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user