Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix CMakeParseArguments copyright notice | Brad King | 2010-08-17 | 1 | -2/+3 |
| | | | | Fix format of the copyright notice to pass the ModuleNoticesTest. | ||||
* | Add macro CMakeParseArguments() and use it in FPHSA() | Alex Neundorf | 2010-08-14 | 1 | -0/+137 |
This adds a macro cmake_parse_arguments() (as discussed on cmake-devel) which can be used in macros or functions to help with parsing its arguments. Detailled docs are included. find_package_handle_standard_args() is the first user of this new macro. Alex |