Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Fix module docs to be manpage (groff) friendly | Brad King | 2009-10-05 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | Most problems are fixed (or rather worked-around) by making long '=====' separators pre-formatted (i.e. prefixed with two spaces). In order to preserve visual view, the code examples themselves are prefixed with 3 spaces. This commit fixes the following man warnings: $ cmake --help-man - | LANG=C MANWIDTH=80 man --warnings -l - > /dev/null <standard input>:6024: warning [p 105, 1.7i]: can't break line <standard input>:6027: warning [p 105, 2.7i]: cannot adjust line <standard input>:6027: warning [p 105, 2.8i]: can't break line <standard input>:7142: warning [p 117, 7.8i]: can't break line <standard input>:7171: warning [p 117, 11.8i]: can't break line <standard input>:8878: warning [p 136, 9.0i]: can't break line <standard input>:8887: warning [p 136, 11.5i]: cannot adjust line <standard input>:8887: warning [p 136, 11.7i]: can't break line <standard input>:8904: warning [p 136, 14.2i]: can't break line Patch from Modestas Vainius. See issue #9659. | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -4/+14 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | Add a blank line to my contributed find modules to prevent copyright info ↵ | Philip Lowman | 2009-09-22 | 1 | -11/+11 |
| | | | | from showing up in CMake docs | ||||
* | Fix glitch where we were accidently unsetting CMAKE_FIND_LIBRARY_PREFIXES | Philip Lowman | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Forgot to mark Protobuf cache variables as advanced | Philip Lowman | 2009-09-21 | 1 | -0/+5 |
| | |||||
* | [NEW Module] Find and use Google's Protocol Buffers library & compiler | Philip Lowman | 2009-09-21 | 1 | -0/+106 |