[cmake-commits] hoffman committed FindXMLRPC.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 4 11:44:49 EST 2006


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv29352

Modified Files:
	FindXMLRPC.cmake 
Log Message:
BUG: fix for bug 4123, find xmlrpc in standard locations 


Index: FindXMLRPC.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindXMLRPC.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FindXMLRPC.cmake	19 Oct 2006 16:58:05 -0000	1.1
+++ FindXMLRPC.cmake	4 Dec 2006 16:44:47 -0000	1.2
@@ -104,6 +104,7 @@
         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.



More information about the Cmake-commits mailing list