Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use MSBuild when devenv is not around, since VCExpress seems broken. | Bill Hoffman | 2011-08-18 | 1 | -7/+22 |
| | | | | | | | To support Intel Fortran, CMake started using devenv and VCExpress for build tools with VS2010. However, VCExpress does not always work. This change makes CMake use MSBuild when devenv is not found. This should be OK, since Intel Fortran can not be used with VCExpress. | ||||
* | Use devenv instead of msbuild for vs2010. | Bill Hoffman | 2011-06-21 | 1 | -9/+20 |
| | |||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Fix for bug #10670, add another location to find MSBuild. | Bill Hoffman | 2010-05-04 | 1 | -0/+1 |
| | |||||
* | Fix support of VS Express 10, but looking for MSBuild in the right place. | Bill Hoffman | 2010-04-16 | 1 | -28/+3 |
| | |||||
* | Better fix for finding the MSBuild that matches the VS 10 install. | Bill Hoffman | 2009-10-20 | 1 | -4/+2 |
| | |||||
* | Add search path for VS 10 beta 2 MSBuild. | Bill Hoffman | 2009-10-20 | 1 | -0/+2 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | 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: only 5 failing tests for VS 10 | Bill Hoffman | 2009-07-10 | 1 | -0/+8 |
| | |||||
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+31 |