Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local | Alexander Neundorf | 2008-02-06 | 1 | -2/+6 |
| | | | | | | patch from Miguel Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -6/+16 |
| | | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex | ||||
* | ENH: add a macro FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 LIBXML2_LIBRARIES ↵ | Alexander Neundorf | 2007-07-18 | 1 | -0/+44 |
LIBXML2_INCLUDE_DIR) which handles the required and QUIET arguments and sets <NAME>_FOUND Alex |