Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 1 | -3/+1 |
| | | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call. | ||||
* | BUG: fix for bug 4123, find xmlrpc in standard locations | Bill Hoffman | 2006-12-04 | 1 | -0/+1 |
| | |||||
* | ENH: Find module for XMLRPC libraries. | Brad King | 2006-10-19 | 1 | -0/+134 |