Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+14 |
| | | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most 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. | ||||
* | ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. | Brad King | 2008-03-13 | 1 | -5/+0 |
| | | | | | | | | | - Policy is WARN by default so projects will build as they did in 2.4 without user intervention - Remove CMAKE_LINK_OLD_PATHS variable since it was never in a release and the policy supercedes it - Report target creation backtrace in warning message since policy should be set by that point | ||||
* | STYLE: Remove trailing whitespace. | Brad King | 2008-03-03 | 1 | -12/+12 |
| | |||||
* | ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths. | Brad King | 2008-01-23 | 1 | -0/+5 |
| | |||||
* | ENH: fix for back VTK error message | Ken Martin | 2006-12-13 | 1 | -2/+3 |
| | |||||
* | ENH: put in a better error message for VTK 4.0 | Ken Martin | 2006-12-12 | 1 | -0/+4 |
| | |||||
* | ENH: minor cleanup | Ken Martin | 2006-12-12 | 1 | -9/+21 |
| | |||||
* | ENH: added to handle case in very old odd versions of VTK | Ken Martin | 2006-11-16 | 1 | -0/+2 |
| | |||||
* | ENH: add backwards compatibility fix for more aggressive find_path command | Bill Hoffman | 2006-03-13 | 1 | -0/+7 |
| | |||||
* | ENH: fix problem with building vtk 4.4.2 | Bill Hoffman | 2005-11-28 | 1 | -0/+6 |
| | |||||
* | ENH: remove message | Bill Hoffman | 2005-09-19 | 1 | -1/+0 |
| | |||||
* | ENH: add a fix for VTK on the mac and a way to fix some projects with a ↵ | Bill Hoffman | 2005-09-07 | 1 | -0/+7 |
single file in the cmake modules directory |